VRT NWS FLL XPRNC
Beleef de vrtnws site zndr klnkrs
Wat is VRT NWS FLL XPRNC?
VRT NWS FLL XPRNC is een Chrome-extensie ontwikkeld door https://www.donebysimon.be, en de belangrijkste functie is "Beleef de vrtnws site zndr klnkrs".
Extensie Screenshots
Download het CRX-bestand van de extensie VRT NWS FLL XPRNC
Download VRT NWS FLL XPRNC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Beleef de nieuwe VRT NWS site zoals hij écht moet zijn, zndr klnkrs!
Speed improvement kudos for @wouter                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pohepoadfndjhapemibkefkpljhcjgdk | 
| Officiële URL | https://chromewebstore.google.com/detail/vrt-nws-fll-xprnc/pohepoadfndjhapemibkefkpljhcjgdk | 
| Beschrijving | Beleef de vrtnws site zndr klnkrs | 
| Bestandsgrootte | 6.2 KB | 
| Aantal Installaties | 76 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2017-08-22 | 
| Publicatiedatum | 2017-08-22 | 
| Ontwikkelaar | https://www.donebysimon.be | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |