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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C.S.F.R. Delft และคุณลักษณะหลักของมันคือ "Sponsor C.S.F.R. Delft bij aankopen die u doet, zonder dat het u iets extra kost!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย C.S.F.R. Delft Acquisitie
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |