Beyond The Black

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

Co je Beyond The Black?

Beyond The Black je rozšíření Chrome vyvinuté brandTURBO, a jeho hlavní funkcí je „Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Beyond The Black

Stáhněte si soubory rozšíření Beyond The Black ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Beyond The Black Beyond The Black
ID jmlnjjdbdleapfgiehgpgnjbgnnceapk
Oficiální URL https://chrome.google.com/webstore/detail/jmlnjjdbdleapfgiehgpgnjbgnnceapk
Popis Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.
Velikost souboru 2.62 MB
Počet instalací 82
Aktuální Verze 3.3.1
Poslední Aktualizace 2022-11-20
Datum Vydání 2021-04-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář brandTURBO
E-mail [email protected]
Webové stránky Rozšíření https://beyond-the-black.com/
URL Stránky Nápovědy https://beyond-the-black.com/
URL Stránky Zásad Ochrany Soukromí https://www.brandturbo.vip/privacy
Podporované Jazyky 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\/*"
        ]
    }
}