VRT NWS FLL XPRNC

Beleef de vrtnws site zndr klnkrs

Qu'est-ce que VRT NWS FLL XPRNC ?

VRT NWS FLL XPRNC est une extension Chrome développée par https://www.donebysimon.be, et sa fonction principale est "Beleef de vrtnws site zndr klnkrs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VRT NWS FLL XPRNC

Téléchargez les fichiers d'extension VRT NWS FLL XPRNC 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

                        Beleef de nieuwe VRT NWS site zoals hij écht moet zijn, zndr klnkrs!

Speed improvement kudos for @wouter                    

Informations de Base sur l'Extension

Nom VRT NWS FLL XPRNC VRT NWS FLL XPRNC
ID pohepoadfndjhapemibkefkpljhcjgdk
URL Officiel https://chromewebstore.google.com/detail/vrt-nws-fll-xprnc/pohepoadfndjhapemibkefkpljhcjgdk
Description Beleef de vrtnws site zndr klnkrs
Taille du Fichier 6.2 KB
Nombre d'Installations 76
Version Actuelle 1.1
Dernière Mise à Jour 2017-08-22
Date de Publication 2017-08-22
Développeur https://www.donebysimon.be
Type de Paiement free
Langues Prises en Charge nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VRT NWS FLL XPRNC",
    "short_name": "VRTNWSFLLXPRNC",
    "description": "Beleef de vrtnws site zndr klnkrs",
    "version": "1.1",
    "author": "@donebysimon",
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.vrt.be\/vrtnws\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "logo_16.png",
            "48": "logo_48.png",
            "128": "logo_128.png"
        },
        "default_title": "VRTNWSFLLXPRNC"
    },
    "permissions": [
        "*:\/\/www.vrt.be\/vrtnws\/*"
    ]
}