Better New Tab Pro

Better new tab improves the quality of your new tab with amazing wallpapers & videos

What is Better New Tab Pro?

Better New Tab Pro is a Chrome extension developed by MrProductivity, and its main feature is "Better new tab improves the quality of your new tab with amazing wallpapers & videos".

Extension Screenshots

screenshot
screenshot
screenshot

Download Better New Tab Pro Extension CRX File

Download Better New Tab Pro 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

                        Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers

You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page.
If you want more videos or images, please let us know and we will add more! Suggestions are welcome!

You can contact us @ [email protected]                    

Extension Basic Information

Name Better New Tab Pro Better New Tab Pro
ID nojnjadiacnfbmeaedaloeilohcjmfdg
Official URL https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg
Description Better new tab improves the quality of your new tab with amazing wallpapers & videos
File Size 17.23 MB
Installation Count 54
Current Version 1.0.1
Last Updated 2020-06-17
Publish Date 2020-06-17
Rating 3.00/5 Total 1 Ratings
Developer MrProductivity
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "MrProductivity",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/app.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "permissions": [
        "tabs",
        "topSites",
        "storage"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}