Empty New Tab Page

Replaces the default new tab page with a blank page.

Empty New Tab Page क्या है?

Empty New Tab Page https://www.facebook.com/browservery द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the default new tab page with a blank page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Empty New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ★ 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                    

एक्सटेंशन की मूल जानकारी

नाम Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
आधिकारिक URL https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
विवरण Replaces the default new tab page with a blank page.
फ़ाइल का आकार 34.86 KB
स्थापना संख्या 545
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2022-10-08
प्रकाशन तिथि 2022-05-12
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर https://www.facebook.com/browservery
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://bit.ly/browservery
सहायता पृष्ठ URL http://bit.ly/browservery-support
गोपनीयता नीति पृष्ठ URL https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
समर्थित भाषाएँ 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"
    }
}