BTS Bangtan Boys new tab

new tab to custom HD BTS Bangtan Boy background.

Cos'è BTS Bangtan Boys new tab?

BTS Bangtan Boys new tab è un'estensione di Chrome sviluppata da ermde, e la sua funzione principale è "new tab to custom HD BTS Bangtan Boy background.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BTS Bangtan Boys new tab

Scarica i file di estensione BTS Bangtan Boys new tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BTS Bangtan Boys new tab BTS Bangtan Boys new tab
ID pockacimadmbbcfpbleekfkacbdebimj
URL Ufficiale https://chromewebstore.google.com/detail/bts-bangtan-boys-new-tab/pockacimadmbbcfpbleekfkacbdebimj
Descrizione new tab to custom HD BTS Bangtan Boy background.
Dimensione del File 60.83 KB
Conteggio Installazioni 465
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-09-15
Data di Pubblicazione 2020-09-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ermde
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.raynt.com/
URL della Pagina di Aiuto https://www.raynt.com/p/report.html
URL della Pagina della Politica sulla Privacy https://www.raynt.com/p/privacy-policy.html
Lingue Supportate 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"
    }
}