Beyond The Black

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

Wat is Beyond The Black?

Beyond The Black is een Chrome-extensie ontwikkeld door brandTURBO, en de belangrijkste functie is "Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Beyond The Black

Download Beyond The Black-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Beyond The Black Beyond The Black
ID jmlnjjdbdleapfgiehgpgnjbgnnceapk
Officiële URL https://chrome.google.com/webstore/detail/jmlnjjdbdleapfgiehgpgnjbgnnceapk
Beschrijving Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.
Bestandsgrootte 2.62 MB
Aantal Installaties 82
Huidige Versie 3.3.1
Laatst Bijgewerkt 2022-11-20
Publicatiedatum 2021-04-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar brandTURBO
E-mail [email protected]
Extensiewebsite https://beyond-the-black.com/
Help Pagina-URL https://beyond-the-black.com/
URL van de Privacybeleid Pagina https://www.brandturbo.vip/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}