Random Song
Plays a random song.
什么是Random Song?
Random Song是由Rohit Gandhi开发的Chrome扩展程序,该扩展的主要功能是“Plays a random song.”。
扩展截图
下载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 |
ID | epeedgbmcfklcjnefkjpgdeidkppgjbl |
官方URL | 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" ] } |