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.”。
擴展截圖
下載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 |
ID | pockacimadmbbcfpbleekfkacbdebimj |
官方網址 | 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" } } |