Inspect and view changes in C.S.F.R. Wageningen Lustrumcommissie 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": "C.S.F.R. Wageningen Lustrumcommissie",
"description": "Sponsor C.S.F.R. Wageningen bij aankopen die u doet, zonder dat het u iets kost! Auteur: P.T. van der Linden",
"version": "0.16",
"author": "Pieter van der Linden, Laurent de Geus",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"48": "icon2.png"
},
"browser_action": {
"default_title": "C.S.F.R. Acquisitie",
"default_icon": {
"19": "icon2.png",
"20": "icon2.png",
"38": "icon2.png"
}
},
"content_scripts": [
{
"matches": [
"*://*.bol.com/*"
],
"js": [
"bol.js"
]
},
{
"matches": [
"*://*.thuisbezorgd.nl/*"
],
"js": [
"thuisbezorgd.js"
]
},
{
"matches": [
"*://*.airbnb.nl/*"
],
"js": [
"airbnb.js"
]
},
{
"matches": [
"*://*.aliexpress.com/*"
],
"js": [
"aliexpress.js"
]
},
{
"matches": [
"*://*.alibaba.com/*"
],
"js": [
"alibaba.js"
]
},
{
"matches": [
"*://*.drankdozijn.nl/*"
],
"js": [
"drankdozijn.js"
]
},
{
"matches": [
"*://*.dx.com/*"
],
"js": [
"dx.js"
]
},
{
"matches": [
"*://*.mediamarkt.nl/*"
],
"js": [
"media.js"
]
},
{
"matches": [
"*://*.coolblue.nl/*"
],
"js": [
"coolblue.js"
]
},
{
"matches": [
"*://*.aboutyou.nl/*"
],
"js": [
"aboutyou.js"
]
},
{
"matches": [
"*://*.vd.nl/*"
],
"js": [
"vend.js"
]
}
],
"permissions": []
}