Best Friend Tab

Best Friend Tab is a Chrome Extension for the New Tab

Best Friend Tab क्या है?

Best Friend Tab Coflyer LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best Friend Tab is a Chrome Extension for the New Tab"।

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

screenshot
screenshot

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

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

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

                        Have a cute dogs background in every new tab.

This extension changes your existing new tab page and changing the search engine in the new tab to Bing and provides the features below:
- Clean new tab look
- Changing cute dogs backgrounds
- Popular useful links
- Convenient web search powered by Bing.com search results. With it, you can easily search for your favorite topics, images, videos, and news

This extension is free to download from the Chrome Web store, and you can uninstall it at any time.

By installing and using Best Friend Tab you agree to the Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension.
 
For more information please check:

- About Us
https://bestfriendtab.com/about

Terms of Service:
https://coflyer.co/terms.html

Privacy Policy:
https://coflyer.co/privacy.html                    

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

नाम Best Friend Tab Best Friend Tab
ID onegpjioebnhgbnnjcmfcgnpdnalghpl
आधिकारिक URL https://chrome.google.com/webstore/detail/best-friend-tab/onegpjioebnhgbnnjcmfcgnpdnalghpl
विवरण Best Friend Tab is a Chrome Extension for the New Tab
फ़ाइल का आकार 5.48 MB
स्थापना संख्या 31,167
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2022-09-14
प्रकाशन तिथि 2021-07-20
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Coflyer LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bestfriendtab.com/
सहायता पृष्ठ URL https://bestfriendtab.com/faq
गोपनीयता नीति पृष्ठ URL https://coflyer.co/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.6.0",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "storage"
    ]
}