MPR New Tab

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

Qu'est-ce que MPR New Tab ?

MPR New Tab est une extension Chrome développée par http://brandedtab.com, et sa fonction principale est "The news, radio, and talk you love from MPR.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MPR New Tab

Téléchargez les fichiers d'extension MPR New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom MPR New Tab MPR New Tab
ID kkgheohkjiomflacimplobkbgpmiakam
URL Officiel https://chrome.google.com/webstore/detail/mpr-new-tab/kkgheohkjiomflacimplobkbgpmiakam
Description The news, radio, and talk you love from MPR.
Taille du Fichier 551 KB
Nombre d'Installations 38
Version Actuelle 1.1.0
Dernière Mise à Jour 2015-12-03
Date de Publication 2015-12-03
Développeur http://brandedtab.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}