Random Song

Plays a random song.

Qu'est-ce que Random Song ?

Random Song est une extension Chrome développée par Rohit Gandhi, et sa fonction principale est "Plays a random song.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random Song

Téléchargez les fichiers d'extension Random Song au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Random Song Random Song
ID epeedgbmcfklcjnefkjpgdeidkppgjbl
URL Officiel https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl
Description Plays a random song.
Taille du Fichier 851 KB
Nombre d'Installations 224
Version Actuelle 0.7
Dernière Mise à Jour 2022-04-18
Date de Publication 2015-01-21
Évaluation 4.75/5 Total 4 Évaluations
Développeur Rohit Gandhi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}