Empty New Tab Page
Replaces the default new tab page with a blank page.
What is Empty New Tab Page?
Empty New Tab Page is a Chrome extension developed by https://www.facebook.com/browservery, and its main feature is "Replaces the default new tab page with a blank page.".
Extension Screenshots
Download Empty New Tab Page Extension CRX File
Download Empty New Tab Page 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
★ Blank new tab page. ★ Follows the default browser color theme. ★ Dark mode support. ★ Default Chrome new tab icon. ★ Localized new tab title. ---------------------------------------------------------------- Download the Clear New Tab extension if you want an empty new tab page but keep the theme's image. https://bit.ly/clear-new-tab ---------------------------------------------------------------- GitHub: https://bit.ly/empty-new-tab-page-github 🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery
Extension Basic Information
Name | Empty New Tab Page |
ID | odjfoclbnmllekbhpbgopiiaelcpeimb |
Official URL | https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb |
Description | Replaces the default new tab page with a blank page. |
File Size | 34.86 KB |
Installation Count | 545 |
Current Version | 0.0.2 |
Last Updated | 2022-10-08 |
Publish Date | 2022-05-12 |
Rating | 4.60/5 Total 5 Ratings |
Developer | https://www.facebook.com/browservery |
[email protected] | |
Payment Type | free |
Extension Website | http://bit.ly/browservery |
Help Page URL | http://bit.ly/browservery-support |
Privacy Policy Page URL | https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md |
Supported Languages | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.2", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "offline_enabled": true, "icons": { "16": "new_tab.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "new_tab.html" } } |