Seinfeld Music Player
Plays a randomly selected Seinfeld transition
什么是Seinfeld Music Player?
Seinfeld Music Player是由Bensmith12开发的Chrome扩展程序,该扩展的主要功能是“Plays a randomly selected Seinfeld transition”。
扩展截图
下载Seinfeld Music Player扩展crx文件
下载Seinfeld Music Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plays a randomised transition track from Seinfeld.
扩展基本信息
名称 | |
ID | icfmblnekobadepefioffapffpmbekpp |
官方URL | https://chrome.google.com/webstore/detail/seinfeld-music-player/icfmblnekobadepefioffapffpmbekpp |
简介 | Plays a randomly selected Seinfeld transition |
文件大小 | 2.74 MB |
安装次数 | 157 |
当前版本 | 0.1 |
更新时间 | 2018-09-08 |
上架时间 | 2018-09-08 |
评分 | 5.00/5 共8次评分 |
开发者 | Bensmith12 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seinfeld Music Player", "version": "0.1", "manifest_version": 2, "description": "Plays a randomly selected Seinfeld transition", "icons": { "128": "craymore.png" }, "background": { "scripts": [ "\/scripts\/background.js" ], "persistent": true }, "permissions": [ "debugger" ], "browser_action": { "default_icon": "craymore.png", "default_title": "Seinfeld Bassliner" } } |