Random Song
Plays a random song.
Cos'è Random Song?
Random Song è un'estensione di Chrome sviluppata da Rohit Gandhi, e la sua funzione principale è "Plays a random song.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Song
Scarica i file di estensione Random Song in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | Random Song |
ID | epeedgbmcfklcjnefkjpgdeidkppgjbl |
URL Ufficiale | https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl |
Descrizione | Plays a random song. |
Dimensione del File | 851 KB |
Conteggio Installazioni | 224 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2022-04-18 |
Data di Pubblicazione | 2015-01-21 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Rohit Gandhi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |