Inspect and view changes in Winning Products Tracker For COD Network Affiliate 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": 2,
"name": "Winning Products Tracker For C.O.D Network",
"description": "L’extension Winning Products for C.O.D Network Affiliate est conçue pour les affiliés du réseau COD souhaitant maximiser leur recherche de produits gagnants. Elle offre la possibilité de sauvegarder, organiser et analyser aisément les informations pour tracker les winning products directement depuis la plateforme C.O.D network Affiliate.",
"version": "1.0.3",
"permissions": [
"tabs",
"storage",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{774cb746-c687-4f20-8024-95c04977bb88}"
}
}
}