C.S.V. Alpha Sponsor Extensie

Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken

Qu'est-ce que C.S.V. Alpha Sponsor Extensie ?

C.S.V. Alpha Sponsor Extensie est une extension Chrome développée par C.S.V. Alpha, et sa fonction principale est "Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension C.S.V. Alpha Sponsor Extensie

Téléchargez les fichiers d'extension C.S.V. Alpha Sponsor Extensie 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

                        Wordt eraan herinnerd om relevante websites via gesponsorde C.S.V. Alpha links te bezoeken                    

Informations de Base sur l'Extension

Nom C.S.V. Alpha Sponsor Extensie C.S.V. Alpha Sponsor Extensie
ID anlcblpmlnecbomgkbmfngcpbaciipml
URL Officiel 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
Taille du Fichier 27.49 KB
Nombre d'Installations 31
Version Actuelle 3.2
Dernière Mise à Jour 2020-04-01
Date de Publication 2020-04-01
Développeur C.S.V. Alpha
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://csvalpha.nl
URL de la Page d'Aide https://csvalpha.nl
Langues Prises en Charge 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]"
        }
    }
}