NRC Articles For Free

Read any article on NRC for free!

What is NRC Articles For Free?

NRC Articles For Free is a Chrome extension developed by bockhauzen, and its main feature is "Read any article on NRC for free!".

Extension Screenshots

screenshot

Download NRC Articles For Free Extension CRX File

Download NRC Articles For Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Bitcoin 37y6AxU3H4BUxKze5Q2fnfCj1eg9EnKbr4
Eth 0xd37cF471b6A50e1391345038D51109Db00f132fE                    

Extension Basic Information

Name NRC Articles For Free NRC Articles For Free
ID bfebjbloimpknjdobdonplhjifeiagei
Official URL https://chrome.google.com/webstore/detail/nrc-articles-for-free/bfebjbloimpknjdobdonplhjifeiagei
Description Read any article on NRC for free!
File Size 47.43 KB
Installation Count 15
Current Version 1.1
Last Updated 2019-11-15
Publish Date 2019-11-15
Developer bockhauzen
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}