VRT NWS FLL XPRNC

Beleef de vrtnws site zndr klnkrs

Cos'è VRT NWS FLL XPRNC?

VRT NWS FLL XPRNC è un'estensione di Chrome sviluppata da https://www.donebysimon.be, e la sua funzione principale è "Beleef de vrtnws site zndr klnkrs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VRT NWS FLL XPRNC

Scarica i file di estensione VRT NWS FLL XPRNC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Speed improvement kudos for @wouter                    

Informazioni di Base sull'Estensione

Nome VRT NWS FLL XPRNC VRT NWS FLL XPRNC
ID pohepoadfndjhapemibkefkpljhcjgdk
URL Ufficiale https://chromewebstore.google.com/detail/vrt-nws-fll-xprnc/pohepoadfndjhapemibkefkpljhcjgdk
Descrizione Beleef de vrtnws site zndr klnkrs
Dimensione del File 6.2 KB
Conteggio Installazioni 76
Versione Corrente 1.1
Ultimo Aggiornamento 2017-08-22
Data di Pubblicazione 2017-08-22
Sviluppatore https://www.donebysimon.be
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}