Random Song
Plays a random song.
Co to jest Random Song?
Random Song to rozszerzenie Chrome opracowane przez Rohit Gandhi, a jego główną funkcją jest „Plays a random song.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Random Song
Pobierz pliki rozszerzeń Random Song w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :)
Podstawowe informacje o rozszerzeniu
Nazwa | Random Song |
ID | epeedgbmcfklcjnefkjpgdeidkppgjbl |
Oficjalny URL | https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl |
Opis | Plays a random song. |
Rozmiar pliku | 851 KB |
Liczba instalacji | 224 |
Aktualna Wersja | 0.7 |
Ostatnia Aktualizacja | 2022-04-18 |
Data Publikacji | 2015-01-21 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | Rohit Gandhi |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |