Better New Tab Pro

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

Vad är Better New Tab Pro?

Better New Tab Pro är en Chrome-tillägg utvecklad av MrProductivity, och dess huvudfunktion är "Better new tab improves the quality of your new tab with amazing wallpapers & videos".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Better New Tab Pro-förlängningens CRX-fil

Ladda ner Better New Tab Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Better New Tab Pro Better New Tab Pro
ID nojnjadiacnfbmeaedaloeilohcjmfdg
Officiell webbadress https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg
Beskrivning Better new tab improves the quality of your new tab with amazing wallpapers & videos
Filstorlek 17.23 MB
Antal Installationer 54
Aktuell Version 1.0.1
Senast Uppdaterad 2020-06-17
Publiceringsdatum 2020-06-17
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare MrProductivity
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}