MPR New Tab

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

Cos'è MPR New Tab?

MPR New Tab è un'estensione di Chrome sviluppata da http://brandedtab.com, e la sua funzione principale è "The news, radio, and talk you love from MPR.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MPR New Tab

Scarica i file di estensione MPR New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome MPR New Tab MPR New Tab
ID kkgheohkjiomflacimplobkbgpmiakam
URL Ufficiale https://chrome.google.com/webstore/detail/mpr-new-tab/kkgheohkjiomflacimplobkbgpmiakam
Descrizione The news, radio, and talk you love from MPR.
Dimensione del File 551 KB
Conteggio Installazioni 38
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-12-03
Data di Pubblicazione 2015-12-03
Sviluppatore http://brandedtab.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}