C.S.F.R. Delft Acquisitie
Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost!
什么是C.S.F.R. Delft Acquisitie?
C.S.F.R. Delft Acquisitie是由C.S.F.R. Delft开发的Chrome扩展程序,该扩展的主要功能是“Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost!”。
扩展截图
下载C.S.F.R. Delft Acquisitie扩展crx文件
下载C.S.F.R. Delft Acquisitie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Met behulp van deze extensie worden automatisch de affiliate links van C.S.F.R. Delft geladen zodra u begint met shoppen. Zo sponsort u de vereniging, zonder moeite of kosten! 扩展基本信息
| 名称 | |
| ID | emmpaafklicnbhdefpdcacgnkppboald |
| 官方URL | https://chromewebstore.google.com/detail/csfr-delft-acquisitie/emmpaafklicnbhdefpdcacgnkppboald |
| 简介 | Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost! |
| 文件大小 | 26.39 KB |
| 安装次数 | 96 |
| 当前版本 | 0.15 |
| 更新时间 | 2023-12-02 |
| 上架时间 | 2021-05-22 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | C.S.F.R. Delft |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://csfr-delft.nl/wp-content/uploads/privacybeleid.txt |
| 支持的语言 | nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "C.S.F.R. Delft Acquisitie",
"description": "Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost!",
"version": "0.15",
"author": "Laurent de Geus en Matthijs Verburg",
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"icons": {
"48": "icon.png"
},
"action": {
"default_title": "C.S.F.R. Acquisitie",
"default_icon": {
"19": "icon.png",
"20": "icon.png",
"38": "icon.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.bol.com\/*"
],
"js": [
"bol.js"
]
},
{
"matches": [
"*:\/\/*.mediamarkt.nl\/*"
],
"js": [
"media.js"
]
},
{
"matches": [
"*:\/\/*.coolblue.nl\/*"
],
"js": [
"coolblue.js"
]
},
{
"matches": [
"*:\/\/*.thuisbezorgd.nl\/*"
],
"js": [
"thuisbezorgd.js"
]
},
{
"matches": [
"*:\/\/*.plutosport.nl\/*"
],
"js": [
"plutosport.js"
]
},
{
"matches": [
"*:\/\/*.hema.nl\/*"
],
"js": [
"hema.js"
]
},
{
"matches": [
"*:\/\/*.bjornborg.com\/*"
],
"js": [
"bjornborg.js"
]
},
{
"matches": [
"*:\/\/*.hunkemoller.nl\/*"
],
"js": [
"hunkemoller.js"
]
},
{
"matches": [
"*:\/\/*.allekabels.nl\/*"
],
"js": [
"allekabels.js"
]
},
{
"matches": [
"*:\/\/*.aliexpress.com\/*"
],
"js": [
"aliexpress.js"
]
},
{
"matches": [
"*:\/\/*.belvilla.nl\/*"
],
"js": [
"belvilla.js"
]
},
{
"matches": [
"*:\/\/*.expert.nl\/*"
],
"js": [
"expert.js"
]
},
{
"matches": [
"*:\/\/*.anwb.nl\/*"
],
"js": [
"anwb.js"
]
},
{
"matches": [
"*:\/\/*.otto.nl\/*"
],
"js": [
"otto.js"
]
},
{
"matches": [
"*:\/\/*.aboutyou.nl\/*"
],
"js": [
"aboutyou.js"
]
},
{
"matches": [
"*:\/\/*.superdry.nl\/*"
],
"js": [
"superdry.js"
]
},
{
"matches": [
"*:\/\/*.greetz.nl\/*"
],
"js": [
"greetz.js"
]
},
{
"matches": [
"*:\/\/*.blokker.nl\/*"
],
"js": [
"blokker.js"
]
},
{
"matches": [
"*:\/\/*.into-led.com\/*"
],
"js": [
"intoled.js"
]
},
{
"matches": [
"*:\/\/*.esprit.nl\/*"
],
"js": [
"esprit.js"
]
},
{
"matches": [
"*:\/\/*.kabels.nl\/*"
],
"js": [
"kabels.js"
]
},
{
"matches": [
"*:\/\/*.hp.com\/*"
],
"js": [
"hp.js"
]
}
],
"permissions": [
"storage",
"tabs"
]
} | |