VRT NWS FLL XPRNC
Beleef de vrtnws site zndr klnkrs
VRT NWS FLL XPRNCとは何ですか?
VRT NWS FLL XPRNCはhttps://www.donebysimon.beによって開発されたChromeの拡張機能で、その主な機能は「Beleef de vrtnws site zndr klnkrs」です。
拡張機能のスクリーンショット
VRT NWS FLL XPRNC拡張機能のCRXファイルをダウンロード
VRT NWS FLL XPRNC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Beleef de nieuwe VRT NWS site zoals hij écht moet zijn, zndr klnkrs!
Speed improvement kudos for @wouter                     拡張機能の基本情報
| 名前 |   |  
| ID | pohepoadfndjhapemibkefkpljhcjgdk | 
| 公式URL | https://chromewebstore.google.com/detail/vrt-nws-fll-xprnc/pohepoadfndjhapemibkefkpljhcjgdk | 
| 説明 | Beleef de vrtnws site zndr klnkrs | 
| ファイルサイズ | 6.2 KB | 
| インストール数 | 76 | 
| 現在のバージョン | 1.1 | 
| 最終更新日 | 2017-08-22 | 
| 公開日 | 2017-08-22 | 
| 開発者 | https://www.donebysimon.be | 
| 支払い方法 | free | 
| 対応言語 | 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\/*"
    ]
}  |  |