Random Song

Plays a random song.

What is Random Song?

Random Song is a Chrome extension developed by Rohit Gandhi, and its main feature is "Plays a random song.".

Extension Screenshots

screenshot

Download Random Song Extension CRX File

Download Random Song extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Random Song Random Song
ID epeedgbmcfklcjnefkjpgdeidkppgjbl
Official URL https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl
Description Plays a random song.
File Size 851 KB
Installation Count 224
Current Version 0.7
Last Updated 2022-04-18
Publish Date 2015-01-21
Rating 4.75/5 Total 4 Ratings
Developer Rohit Gandhi
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}