BTS Bangtan Boys new tab
new tab to custom HD BTS Bangtan Boy background.
Apa itu BTS Bangtan Boys new tab?
BTS Bangtan Boys new tab adalah ekstensi Chrome yang dikembangkan oleh ermde, dan fitur utamanya adalah "new tab to custom HD BTS Bangtan Boy background.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BTS Bangtan Boys new tab
Unduh file ekstensi BTS Bangtan Boys new tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | BTS Bangtan Boys new tab |
ID | pockacimadmbbcfpbleekfkacbdebimj |
URL Resmi | https://chromewebstore.google.com/detail/bts-bangtan-boys-new-tab/pockacimadmbbcfpbleekfkacbdebimj |
Deskripsi | new tab to custom HD BTS Bangtan Boy background. |
Ukuran File | 60.83 KB |
Jumlah Instalasi | 465 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-09-15 |
Tanggal Publikasi | 2020-09-30 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | ermde |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.raynt.com/ |
URL Halaman Bantuan | https://www.raynt.com/p/report.html |
URL Halaman Kebijakan Privasi | https://www.raynt.com/p/privacy-policy.html |
Bahasa yang Didukung | 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" } } |