MPR New Tab
The news, radio, and talk you love from MPR.
What is MPR New Tab?
MPR New Tab is a Chrome extension developed by http://brandedtab.com, and its main feature is "The news, radio, and talk you love from MPR.".
Extension Screenshots
Download MPR New Tab Extension CRX File
Download MPR New 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
Extension Basic Information
Name | |
ID | kkgheohkjiomflacimplobkbgpmiakam |
Official URL | https://chrome.google.com/webstore/detail/mpr-new-tab/kkgheohkjiomflacimplobkbgpmiakam |
Description | The news, radio, and talk you love from MPR. |
File Size | 551 KB |
Installation Count | 38 |
Current Version | 1.1.0 |
Last Updated | 2015-12-03 |
Publish Date | 2015-12-03 |
Developer | http://brandedtab.com |
Payment Type | free |
Supported Languages | 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" ] } |