BTS Bangtan Boys new tab

new tab to custom HD BTS Bangtan Boy background.

BTS Bangtan Boys new tabとは何ですか?

BTS Bangtan Boys new tabはermdeによって開発されたChromeの拡張機能で、その主な機能は「new tab to custom HD BTS Bangtan Boy background.」です。

拡張機能のスクリーンショット

screenshot
screenshot

BTS Bangtan Boys new tab拡張機能のCRXファイルをダウンロード

BTS Bangtan Boys new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BTS Bangtan Boys new tab BTS Bangtan Boys new tab
ID pockacimadmbbcfpbleekfkacbdebimj
公式URL https://chromewebstore.google.com/detail/bts-bangtan-boys-new-tab/pockacimadmbbcfpbleekfkacbdebimj
説明 new tab to custom HD BTS Bangtan Boy background.
ファイルサイズ 60.83 KB
インストール数 465
現在のバージョン 1.0.2
最終更新日 2022-09-15
公開日 2020-09-30
評価 5.00/5 合計 1 レビュー
開発者 ermde
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.raynt.com/
ヘルプページのURL https://www.raynt.com/p/report.html
プライバシーポリシーページのURL https://www.raynt.com/p/privacy-policy.html
対応言語 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"
    }
}