Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
Wat is Better New Tab Pro?
Better New Tab Pro is een Chrome-extensie ontwikkeld door MrProductivity, en de belangrijkste functie is "Better new tab improves the quality of your new tab with amazing wallpapers & videos".
Extensie Screenshots
Download het CRX-bestand van de extensie Better New Tab Pro
Download Better New Tab Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
Officiële URL | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
Beschrijving | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
Bestandsgrootte | 17.23 MB |
Aantal Installaties | 54 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-06-17 |
Publicatiedatum | 2020-06-17 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | MrProductivity |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |