Beyond The Black

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

O que é Beyond The Black?

Beyond The Black é uma extensão do Chrome desenvolvida por brandTURBO, e sua principal característica é "Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beyond The Black

Baixe arquivos de extensão Beyond The Black no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Beyond The Black Beyond The Black
ID jmlnjjdbdleapfgiehgpgnjbgnnceapk
URL Oficial https://chrome.google.com/webstore/detail/jmlnjjdbdleapfgiehgpgnjbgnnceapk
Descrição Official new tab with exclusive content like high quality wallpapers, exclusive documentaries, podcasts and more.
Tamanho do Arquivo 2.62 MB
Contagem de Instalações 82
Versão Atual 3.3.1
Última Atualização 2022-11-20
Data de Publicação 2021-04-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor brandTURBO
Email [email protected]
Site da Extensão https://beyond-the-black.com/
URL da Página de Ajuda https://beyond-the-black.com/
URL da Página de Política de Privacidade https://www.brandturbo.vip/privacy
Idiomas Suportados 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\/*"
        ]
    }
}