BTS Random Lyrics
See a random BTS Lyrics when you open a new tab.
O que é BTS Random Lyrics?
BTS Random Lyrics é uma extensão do Chrome desenvolvida por itsabhinaya, e sua principal característica é "See a random BTS Lyrics when you open a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BTS Random Lyrics
Baixe arquivos de extensão BTS Random Lyrics no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BTS Random Lyrics |
ID | okfefjfpfpglahoabicpkddllnielhkj |
URL Oficial | https://chromewebstore.google.com/detail/bts-random-lyrics/okfefjfpfpglahoabicpkddllnielhkj |
Descrição | See a random BTS Lyrics when you open a new tab. |
Tamanho do Arquivo | 258 KB |
Contagem de Instalações | 1,905 |
Versão Atual | 0.0.3 |
Última Atualização | 2019-03-06 |
Data de Publicação | 2019-03-06 |
Classificação | 4.80/5 Total de 10 Avaliações |
Desenvolvedor | itsabhinaya |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |