NU.nl Nieuws Tab

NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!

What is NU.nl Nieuws Tab?

NU.nl Nieuws Tab is a Chrome extension developed by Matthias, and its main feature is "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!".

Extension Screenshots

screenshot
screenshot

Download NU.nl Nieuws Tab Extension CRX File

Download NU.nl Nieuws Tab 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

                        Bij het openen van een nieuw tabblad krijgt u een startpagina met het laatste nieuws van NU.nl te zien. Zo blijft u tijdens het browsen altijd up-to-date met de laatste nieuwsartikelen.                    

Extension Basic Information

Name NU.nl Nieuws Tab NU.nl Nieuws Tab
ID ejedpehkpjjdefkkfhogglieibghnnco
Official URL https://chromewebstore.google.com/detail/nunl-nieuws-tab/ejedpehkpjjdefkkfhogglieibghnnco
Description NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!
File Size 216 KB
Installation Count 680
Current Version 2.2
Last Updated 2021-01-29
Publish Date 2017-10-12
Rating 3.67/5 Total 3 Ratings
Developer Matthias
Email [email protected]
Payment Type free
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NU.nl Nieuws Tab",
    "version": "2.2",
    "description": "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!",
    "icons": {
        "16": "icons\/nu16.png",
        "32": "icons\/nu32.png",
        "48": "icons\/nu48.png",
        "128": "icons\/nu128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/_\/chrome\/newtab*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'"
}