NRC Articles For Free

Read any article on NRC for free!

NRC Articles For Free란 무엇입니까?

NRC Articles For Free은(는) bockhauzen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read any article on NRC for free!"입니다.

확장 프로그램 스크린샷

screenshot

NRC Articles For Free 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Read all NRC articles for free! 
Feel free to donate.

Bitcoin 37y6AxU3H4BUxKze5Q2fnfCj1eg9EnKbr4
Eth 0xd37cF471b6A50e1391345038D51109Db00f132fE                    

확장 프로그램 기본 정보

이름 NRC Articles For Free NRC Articles For Free
ID bfebjbloimpknjdobdonplhjifeiagei
공식 URL https://chrome.google.com/webstore/detail/nrc-articles-for-free/bfebjbloimpknjdobdonplhjifeiagei
설명 Read any article on NRC for free!
파일 크기 47.43 KB
설치 횟수 15
현재 버전 1.1
최근 업데이트 2019-11-15
출시 날짜 2019-11-15
개발자 bockhauzen
결제 유형 free
지원되는 언어 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NRC Articles For Free",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Read any article on NRC for free!",
    "browser_action": {
        "name": "DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}