VRT NWS FLL XPRNC

Beleef de vrtnws site zndr klnkrs

¿Qué es VRT NWS FLL XPRNC?

VRT NWS FLL XPRNC es una extensión de Chrome desarrollada por https://www.donebysimon.be, y su función principal es "Beleef de vrtnws site zndr klnkrs".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión VRT NWS FLL XPRNC

Descarga archivos de extensión VRT NWS FLL XPRNC en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Speed improvement kudos for @wouter                    

Información Básica de la Extensión

Nombre VRT NWS FLL XPRNC VRT NWS FLL XPRNC
ID pohepoadfndjhapemibkefkpljhcjgdk
URL Oficial https://chromewebstore.google.com/detail/vrt-nws-fll-xprnc/pohepoadfndjhapemibkefkpljhcjgdk
Descripción Beleef de vrtnws site zndr klnkrs
Tamaño del Archivo 6.2 KB
Cantidad de Instalaciones 76
Versión Actual 1.1
Última Actualización 2017-08-22
Fecha de Publicación 2017-08-22
Desarrollador https://www.donebysimon.be
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}