C.S.V. Alpha Sponsor Extensie
Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken
What is C.S.V. Alpha Sponsor Extensie?
C.S.V. Alpha Sponsor Extensie is a Chrome extension developed by C.S.V. Alpha, and its main feature is "Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken".
Extension Screenshots
Download C.S.V. Alpha Sponsor Extensie Extension CRX File
Download C.S.V. Alpha Sponsor Extensie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken
Extension Basic Information
Name | C.S.V. Alpha Sponsor Extensie |
ID | anlcblpmlnecbomgkbmfngcpbaciipml |
Official URL | https://chromewebstore.google.com/detail/csv-alpha-sponsor-extensi/anlcblpmlnecbomgkbmfngcpbaciipml |
Description | Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken |
File Size | 27.49 KB |
Installation Count | 31 |
Current Version | 3.2 |
Last Updated | 2020-04-01 |
Publish Date | 2020-04-01 |
Developer | C.S.V. Alpha |
[email protected] | |
Payment Type | free |
Extension Website | https://csvalpha.nl |
Help Page URL | https://csvalpha.nl |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "C.S.V. Alpha Sponsor Extensie", "version": "3.2", "manifest_version": 2, "description": "Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken", "homepage_url": "https:\/\/csvalpha.nl\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.csvalpha.nl\/*" ], "js": [ "src\/installed.js" ], "run_at": "document_start" } ], "options_ui": { "page": "src\/settings\/settings.html", "browser_style": true, "chrome_style": true }, "page_action": { "default_icon": "icons\/icon48.png" }, "permissions": [ "webNavigation", "alarms", "notifications", "storage", "*:\/\/*.sponsorkliks.nl\/api\/*" ], "applications": { "gecko": { "id": "[email protected]" } } } |