Inspect and view changes in كود خصم الشمالي للتراثيات تخفيض 15% على الكل source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "كود خصم الشمالي للتراثيات تخÙيض 15% على الكل",
"version": "3.0",
"default_locale": "ar",
"description": "كوبون خصم الشمالي للتراثيات هو : ZLCSME",
"homepage_url": "https://irga3.com/",
"icons": {
"128": "icons/logo.png"
},
"permissions": [
"tabs",
"storage",
"cookies"
],
"host_permissions": [
"https://irga3.com/"
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_chrome_extension_Name__",
"default_icon": "icons/logo.png"
},
"background": {
"service_worker": "js/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https://irga3.com/"
],
"js": [
"js/content-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"js/content-script.js",
"css/fix.css",
"icons/logo.png",
"icons/coupon.svg"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}