Random Song

Plays a random song.

Wat is Random Song?

Random Song is een Chrome-extensie ontwikkeld door Rohit Gandhi, en de belangrijkste functie is "Plays a random song.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Random Song

Download Random Song-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Random Song Random Song
ID epeedgbmcfklcjnefkjpgdeidkppgjbl
Officiële URL https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl
Beschrijving Plays a random song.
Bestandsgrootte 851 KB
Aantal Installaties 224
Huidige Versie 0.7
Laatst Bijgewerkt 2022-04-18
Publicatiedatum 2015-01-21
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Rohit Gandhi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}