Random Song
Plays a random song.
O que é Random Song?
Random Song é uma extensão do Chrome desenvolvida por Rohit Gandhi, e sua principal característica é "Plays a random song.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Random Song
Baixe arquivos de extensão Random Song 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
Plays a random song every time you click on this extension. Please make sure to pin the chrome extension icon on your browser, so it's right next to the URL tab. Click on it when you feel like it :) It's an open source extension, If you'd like to suggest changes to the list of songs, please send me a pull request here https://tinyurl.com/PlayRandomSong Have fun :)
Informações Básicas da Extensão
Nome | Random Song |
ID | epeedgbmcfklcjnefkjpgdeidkppgjbl |
URL Oficial | https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl |
Descrição | Plays a random song. |
Tamanho do Arquivo | 851 KB |
Contagem de Instalações | 224 |
Versão Atual | 0.7 |
Última Atualização | 2022-04-18 |
Data de Publicação | 2015-01-21 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | Rohit Gandhi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Song", "description": "Plays a random song.", "short_name": "Play Random Song", "version": "0.7", "manifest_version": 3, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "author": "Rohit Gandhi", "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to show an alert" }, "permissions": [ "activeTab" ] } |