Brave Browser - New Tab Theme

An alternative to the default new tab in Brave Browser.

Brave Browser - New Tab Theme क्या है?

Brave Browser - New Tab Theme USA Web Development LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An alternative to the default new tab in Brave Browser."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Donations help us make improvements to the project! https://paypal.me/bravenewtab

This extension can be installed in Chrome, Brave, or any other Chromium-based browser.

One downside of Brave is that it does not offer as many built-in customization features for the new tab as we would hope for.

With this extension, you can easily change the background, add shortcuts, and do much more with your new tab, while still incorporating Brave-oriented features.

Please note that is extension is based off of an extension called Infinite Dashboard:
https://chrome.google.com/webstore/detail/infinite-dashboard-new-ta/meffljleomgifbbcffejnmhjagncfpbd

This extension and its developers are not affiliated with Infinite Dashboard in any way.                    

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

नाम Brave Browser - New Tab Theme Brave Browser - New Tab Theme
ID giofhmdgihebfjkdadokickedgbbglcf
आधिकारिक URL https://chromewebstore.google.com/detail/brave-browser-new-tab-the/giofhmdgihebfjkdadokickedgbbglcf
विवरण An alternative to the default new tab in Brave Browser.
फ़ाइल का आकार 1.17 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 3
अंतिम अपडेट 2023-04-03
प्रकाशन तिथि 2020-10-10
रेटिंग 3.36/5 कुल 36 रेटिंग्स
डेवलपर USA Web Development LLC
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://paypal.me/bravenewtab
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brave Browser - New Tab Theme",
    "version": "3",
    "description": "An alternative to the default new tab in Brave Browser.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "action": {
        "default_icon": {
            "64": "img\/64.png"
        }
    },
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}