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
电子邮箱 [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"
    }
}