MPR New Tab

The news, radio, and talk you love from MPR.

Wat is MPR New Tab?

MPR New Tab is een Chrome-extensie ontwikkeld door http://brandedtab.com, en de belangrijkste functie is "The news, radio, and talk you love from MPR.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MPR New Tab

Download MPR New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam MPR New Tab MPR New Tab
ID kkgheohkjiomflacimplobkbgpmiakam
Officiële URL https://chrome.google.com/webstore/detail/mpr-new-tab/kkgheohkjiomflacimplobkbgpmiakam
Beschrijving The news, radio, and talk you love from MPR.
Bestandsgrootte 551 KB
Aantal Installaties 38
Huidige Versie 1.1.0
Laatst Bijgewerkt 2015-12-03
Publicatiedatum 2015-12-03
Ontwikkelaar http://brandedtab.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MPR New Tab",
    "description": "The news, radio, and talk you love from MPR.",
    "version": "1.1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "lib\/newtab.html"
    },
    "web_accessible_resources": [
        "ping.png"
    ]
}