Beyond The Black

Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.

Beyond The Black क्या है?

Beyond The Black brandTURBO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more."।

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

screenshot
screenshot
screenshot

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

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

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

                        Within this new tab extension you’ll find incredible content like from the band selected high quality wallpapers, you can watch exclusive documentaries and video podcasts of the band, you're one click away from every information and news about the band and of course you're the first that is informed when Beyond The Black releases new live shows.

This is a white label enterprise extension for Beyond The Black.                    

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

नाम Beyond The Black Beyond The Black
ID jmlnjjdbdleapfgiehgpgnjbgnnceapk
आधिकारिक URL https://chrome.google.com/webstore/detail/jmlnjjdbdleapfgiehgpgnjbgnnceapk
विवरण Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.
फ़ाइल का आकार 2.62 MB
स्थापना संख्या 82
वर्तमान संस्करण 3.3.1
अंतिम अपडेट 2022-11-20
प्रकाशन तिथि 2021-04-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर brandTURBO
ईमेल [email protected]
एक्सटेंशन वेबसाइट https://beyond-the-black.com/
सहायता पृष्ठ URL https://beyond-the-black.com/
गोपनीयता नीति पृष्ठ URL https://www.brandturbo.vip/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beyond The Black",
    "version": "3.3.1",
    "description": "Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.beyond-the-black.com\/*"
        ]
    }
}