BTS Bangtan Boys new tab
new tab to custom HD BTS Bangtan Boy background.
Qu'est-ce que BTS Bangtan Boys new tab ?
BTS Bangtan Boys new tab est une extension Chrome développée par ermde, et sa fonction principale est "new tab to custom HD BTS Bangtan Boy background.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BTS Bangtan Boys new tab
Téléchargez les fichiers d'extension BTS Bangtan Boys new tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BTS Bangtan Boys new tab |
ID | pockacimadmbbcfpbleekfkacbdebimj |
URL Officiel | https://chromewebstore.google.com/detail/bts-bangtan-boys-new-tab/pockacimadmbbcfpbleekfkacbdebimj |
Description | new tab to custom HD BTS Bangtan Boy background. |
Taille du Fichier | 60.83 KB |
Nombre d'Installations | 465 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-09-15 |
Date de Publication | 2020-09-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ermde |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.raynt.com/ |
URL de la Page d'Aide | https://www.raynt.com/p/report.html |
URL de la Page de Politique de Confidentialité | https://www.raynt.com/p/privacy-policy.html |
Langues Prises en Charge | 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" } } |