Better New Tab Pro

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

Qu'est-ce que Better New Tab Pro ?

Better New Tab Pro est une extension Chrome développée par MrProductivity, et sa fonction principale est "Better new tab improves the quality of your new tab with amazing wallpapers & videos".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Better New Tab Pro 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

                        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]                    

Informations de Base sur l'Extension

Nom Better New Tab Pro Better New Tab Pro
ID nojnjadiacnfbmeaedaloeilohcjmfdg
URL Officiel 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
Taille du Fichier 17.23 MB
Nombre d'Installations 54
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-06-17
Date de Publication 2020-06-17
Évaluation 3.00/5 Total 1 Évaluations
Développeur MrProductivity
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}