BTS Bangtan Boys new tab

new tab to custom HD BTS Bangtan Boy background.

O que é BTS Bangtan Boys new tab?

BTS Bangtan Boys new tab é uma extensão do Chrome desenvolvida por ermde, e sua principal característica é "new tab to custom HD BTS Bangtan Boy background.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BTS Bangtan Boys new tab

Baixe arquivos de extensão BTS Bangtan Boys new tab 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

                        BTS HD Wallpapers' new tab extension brings a new look to your Chrome New Tab.

By Installing this extension changes your default new tab with beautiful BTS HD Wallpapers, a multifunctional & user-friendly new tab.

 Features of BTS HD Wallpapers extension:

 Customized new tab page featuring  BTS wallpapers in hd quality.                    

Informações Básicas da Extensão

Nome BTS Bangtan Boys new tab BTS Bangtan Boys new tab
ID pockacimadmbbcfpbleekfkacbdebimj
URL Oficial https://chromewebstore.google.com/detail/bts-bangtan-boys-new-tab/pockacimadmbbcfpbleekfkacbdebimj
Descrição new tab to custom HD BTS Bangtan Boy background.
Tamanho do Arquivo 60.83 KB
Contagem de Instalações 465
Versão Atual 1.0.2
Última Atualização 2022-09-15
Data de Publicação 2020-09-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ermde
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.raynt.com/
URL da Página de Ajuda https://www.raynt.com/p/report.html
URL da Página de Política de Privacidade https://www.raynt.com/p/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTS Bangtan Boys new tab",
    "version": "1.0.2",
    "description": "new tab to custom HD BTS Bangtan Boy background.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "BTS Bangtan Boys new tab",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}