Random Song

Plays a random song.

Vad är Random Song?

Random Song är en Chrome-tillägg utvecklad av Rohit Gandhi, och dess huvudfunktion är "Plays a random song.".

Tilläggsskärmbilder

screenshot

Ladda ner Random Song-förlängningens CRX-fil

Ladda ner Random Song-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

                        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 :)                    

Grundläggande Information om Tillägg

Namn Random Song Random Song
ID epeedgbmcfklcjnefkjpgdeidkppgjbl
Officiell webbadress https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl
Beskrivning Plays a random song.
Filstorlek 851 KB
Antal Installationer 224
Aktuell Version 0.7
Senast Uppdaterad 2022-04-18
Publiceringsdatum 2015-01-21
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Rohit Gandhi
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}