C.S.V. Alpha Sponsor Extensie
Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken
Wat is C.S.V. Alpha Sponsor Extensie?
C.S.V. Alpha Sponsor Extensie is een Chrome-extensie ontwikkeld door C.S.V. Alpha, en de belangrijkste functie is "Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken".
Extensie Screenshots
Download het CRX-bestand van de extensie C.S.V. Alpha Sponsor Extensie
Download C.S.V. Alpha Sponsor Extensie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken Basisinformatie over de Extensie
| Naam | |
| ID | anlcblpmlnecbomgkbmfngcpbaciipml |
| Officiële URL | https://chromewebstore.google.com/detail/csv-alpha-sponsor-extensi/anlcblpmlnecbomgkbmfngcpbaciipml |
| Beschrijving | Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken |
| Bestandsgrootte | 27.49 KB |
| Aantal Installaties | 31 |
| Huidige Versie | 3.2 |
| Laatst Bijgewerkt | 2020-04-01 |
| Publicatiedatum | 2020-04-01 |
| Ontwikkelaar | C.S.V. Alpha |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://csvalpha.nl |
| Help Pagina-URL | https://csvalpha.nl |
| Ondersteunde Talen | 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]"
}
}
} | |