Random Song

Plays a random song.

什麼是Random Song?

Random Song是由Rohit Gandhi開發的Chrome擴展程式,該擴展的主要功能是“Plays a random song.”。

擴展截圖

screenshot

下載Random Song擴展crx文件

下載Random Song擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Random Song Random Song
ID epeedgbmcfklcjnefkjpgdeidkppgjbl
官方網址 https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl
簡介 Plays a random song.
檔案大小 851 KB
安裝次數 224
目前版本 0.7
更新時間 2022-04-18
上架時間 2015-01-21
評分 4.75/5 共 4 次評分
開發者 Rohit Gandhi
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}