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"입니다.

확장 프로그램 스크린샷

screenshot

VRT NWS FLL XPRNC 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

Speed improvement kudos for @wouter                    

확장 프로그램 기본 정보

이름 VRT NWS FLL XPRNC VRT NWS FLL XPRNC
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\/*"
    ]
}