Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
Cos'è Better New Tab Pro?
Better New Tab Pro è un'estensione di Chrome sviluppata da MrProductivity, e la sua funzione principale è "Better new tab improves the quality of your new tab with amazing wallpapers & videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better New Tab Pro
Scarica i file di estensione Better New Tab Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
URL Ufficiale | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
Descrizione | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
Dimensione del File | 17.23 MB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-06-17 |
Data di Pubblicazione | 2020-06-17 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | MrProductivity |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |