كود اي هيرب جديد على جميع منتجات الموقع
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": "كود خصم اي هيرب ",
"action": {
"default_popup": "page.html"
},
"manifest_version": 3,
"version": "0.9",
"description": "كود اي هيرب جديد على جميع منتجات الموقع",
"icons": {
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"https://www.iherb.com/*"
],
"js": [
"script.js"
]
}
]
}