BTS Random Lyrics
See a random BTS Lyrics when you open a new tab.
Vad är BTS Random Lyrics?
BTS Random Lyrics är en Chrome-tillägg utvecklad av itsabhinaya, och dess huvudfunktion är "See a random BTS Lyrics when you open a new tab.".
Tilläggsskärmbilder
Ladda ner BTS Random Lyrics-förlängningens CRX-fil
Ladda ner BTS Random Lyrics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | BTS Random Lyrics |
ID | okfefjfpfpglahoabicpkddllnielhkj |
Officiell webbadress | https://chromewebstore.google.com/detail/bts-random-lyrics/okfefjfpfpglahoabicpkddllnielhkj |
Beskrivning | See a random BTS Lyrics when you open a new tab. |
Filstorlek | 258 KB |
Antal Installationer | 1,905 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2019-03-06 |
Publiceringsdatum | 2019-03-06 |
Betyg | 4.80/5 Totalt 10 Betyg |
Utvecklare | itsabhinaya |
Betalningssätt | free |
Stödda Språk | 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" } } |