هنا ستجد لدينا كود خصم اي هيرب لجميع منتجات الموقع العالمي للمنتجات الطبيعية، كوبون اي هيرب يمنح خصومات عند التسوق من موقع iherb
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "كود خصم اي هيرب و كوبون اي هيرب 2024 فعال %",
"description": "هنا ستجد لدينا كود خصم اي هيرب لجميع منتجات الموقع العالمي للمنتجات الطبيعية، كوبون اي هيرب يمنح خصومات عند التسوق من موقع iherb",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "./popup.html",
"default_icons": {
"128": "icon/128.png"
}
},
"content_scripts": [
{
"js": [
"js/jquery.js",
"js/notificationHTML.js",
"js/contentScript.js"
],
"css": [
"./content.css"
],
"matches": [
"https://www.iherb.com/*"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "./js/background.js"
},
"icons": {
"128": "icon/128.png"
},
"permissions": [
"tabs",
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"/icon/*"
],
"matches": [
"https://www.iherb.com/*"
]
}
]
}