Inspect and view changes in كود خصم نمشي الجديد 50 علي شنط نمشي N50 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": "كود خصم نمشي الجديد 50 علي شنط نمشي N50",
"version": "1",
"default_locale": "ar",
"description": "__MSG_chrome_extension_description__",
"homepage_url": "https://activecouponat.com/",
"icons": {
"128": "icons/logo.png"
},
"permissions": [
"tabs",
"storage",
"cookies"
],
"host_permissions": [
"https://activecouponat.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://activecouponat.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"
}