What song is playing?
Lets you know what song Pandora is playing every time a new song comes on
什么是What song is playing??
What song is playing?是由mike.roof开发的Chrome扩展程序,该扩展的主要功能是“Lets you know what song Pandora is playing every time a new song comes on”。
扩展截图
下载What song is playing?扩展crx文件
下载What song is playing?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For those as lazy as I am: This extension will display (IN BIG TEXT) the current song playing when you visit Pandora.com, so you don't have to get up and walk across the room to look.
扩展基本信息
名称 | |
ID | nnhebjkcjcpmihcklocpkdekkggniopf |
官方URL | https://chrome.google.com/webstore/detail/what-song-is-playing/nnhebjkcjcpmihcklocpkdekkggniopf |
简介 | Lets you know what song Pandora is playing every time a new song comes on |
文件大小 | 42.84 KB |
安装次数 | 123 |
当前版本 | 1.0 |
更新时间 | 2012-09-23 |
上架时间 | 2012-09-23 |
评分 | 1.00/5 共2次评分 |
开发者 | mike.roof |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "What song is playing?", "version": "1.0", "manifest_version": 2, "description": "Lets you know what song Pandora is playing every time a new song comes on", "browser_action": { "default_icon": "Speaker.png" }, "icons": { "16": "Speaker.png", "48": "Speaker.png", "128": "Speaker.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.pandora.com\/*" ], "js": [ "jquery.js", "common.js" ] } ] } |