VRT NWS FLL XPRNC

Beleef de vrtnws site zndr klnkrs

VRT NWS FLL XPRNC là gì?

VRT NWS FLL XPRNC là một tiện ích mở rộng Chrome được phát triển bởi https://www.donebysimon.be, và tính năng chính của nó là "Beleef de vrtnws site zndr klnkrs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VRT NWS FLL XPRNC

Tải xuống các tệp mở rộng VRT NWS FLL XPRNC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Speed improvement kudos for @wouter                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VRT NWS FLL XPRNC VRT NWS FLL XPRNC
ID pohepoadfndjhapemibkefkpljhcjgdk
URL Chính Thức https://chromewebstore.google.com/detail/vrt-nws-fll-xprnc/pohepoadfndjhapemibkefkpljhcjgdk
Mô tả Beleef de vrtnws site zndr klnkrs
Kích Thước Tệp 6.2 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-08-22
Ngày Phát Hành 2017-08-22
Nhà Phát Triển https://www.donebysimon.be
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}