BTS Random Lyrics
See a random BTS Lyrics when you open a new tab.
Qu'est-ce que BTS Random Lyrics ?
BTS Random Lyrics est une extension Chrome développée par itsabhinaya, et sa fonction principale est "See a random BTS Lyrics when you open a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BTS Random Lyrics
Téléchargez les fichiers d'extension BTS Random Lyrics 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
If you recently discovered BTS or a long time ARMY, you know that BTS lyrics are powerful and great. With this extension, you get to see some of their lyrics every time you open a new tab. Most lyrics are shown in English, Korean, and Romanization. So if you are trying to memorize or learn some of the lyrics this is a great way to do it.
Informations de Base sur l'Extension
Nom | BTS Random Lyrics |
ID | okfefjfpfpglahoabicpkddllnielhkj |
URL Officiel | https://chromewebstore.google.com/detail/bts-random-lyrics/okfefjfpfpglahoabicpkddllnielhkj |
Description | See a random BTS Lyrics when you open a new tab. |
Taille du Fichier | 258 KB |
Nombre d'Installations | 1,905 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2019-03-06 |
Date de Publication | 2019-03-06 |
Évaluation | 4.80/5 Total 10 Évaluations |
Développeur | itsabhinaya |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BTS Random Lyrics", "short_name": "BTS Lyrics", "version": "0.0.3", "manifest_version": 2, "description": "See a random BTS Lyrics when you open a new tab.", "author": "Abhinaya Konduru", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon48.png", "default_title": "BTS Lyrics" } } |