C.S.F.R. Delft Acquisitie
Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost!
Qu'est-ce que C.S.F.R. Delft Acquisitie ?
C.S.F.R. Delft Acquisitie est une extension Chrome développée par C.S.F.R. Delft, et sa fonction principale est "Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension C.S.F.R. Delft Acquisitie
Téléchargez les fichiers d'extension C.S.F.R. Delft Acquisitie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! Informations de Base sur l'Extension
| Nom | |
| ID | emmpaafklicnbhdefpdcacgnkppboald |
| URL Officiel | https://chromewebstore.google.com/detail/csfr-delft-acquisitie/emmpaafklicnbhdefpdcacgnkppboald |
| Description | Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost! |
| Taille du Fichier | 26.39 KB |
| Nombre d'Installations | 96 |
| Version Actuelle | 0.15 |
| Dernière Mise à Jour | 2023-12-02 |
| Date de Publication | 2021-05-22 |
| Évaluation | 5.00/5 Total 2 Évaluations |
| Développeur | C.S.F.R. Delft |
| [email protected] | |
| Type de Paiement | free |
| URL de la Page de Politique de Confidentialité | https://csfr-delft.nl/wp-content/uploads/privacybeleid.txt |
| Langues Prises en Charge | 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"
]
} | |