VRT NWS FLL XPRNC

Beleef de vrtnws site zndr klnkrs

O que é VRT NWS FLL XPRNC?

VRT NWS FLL XPRNC é uma extensão do Chrome desenvolvida por https://www.donebysimon.be, e sua principal característica é "Beleef de vrtnws site zndr klnkrs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VRT NWS FLL XPRNC

Baixe arquivos de extensão VRT NWS FLL XPRNC no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Speed improvement kudos for @wouter                    

Informações Básicas da Extensão

Nome VRT NWS FLL XPRNC VRT NWS FLL XPRNC
ID pohepoadfndjhapemibkefkpljhcjgdk
URL Oficial https://chromewebstore.google.com/detail/vrt-nws-fll-xprnc/pohepoadfndjhapemibkefkpljhcjgdk
Descrição Beleef de vrtnws site zndr klnkrs
Tamanho do Arquivo 6.2 KB
Contagem de Instalações 76
Versão Atual 1.1
Última Atualização 2017-08-22
Data de Publicação 2017-08-22
Desenvolvedor https://www.donebysimon.be
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}