Pandora Mod: Move controls to top of page
Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
什么是Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page是由Brett Tolbert开发的Chrome扩展程序,该扩展的主要功能是“Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs”。
扩展截图
下载Pandora Mod: Move controls to top of page扩展crx文件
下载Pandora Mod: Move controls to top of page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Moves the playback controls on Pandora Internet Radio (pandora.com) from the bottom of the page to the top, closer to the URL bar and tabs for convenience.
扩展基本信息
名称 | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
官方URL | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
简介 | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
文件大小 | 495 KB |
安装次数 | 34 |
当前版本 | 0.0.3 |
更新时间 | 2017-03-25 |
上架时间 | 2017-03-24 |
评分 | 5.00/5 共3次评分 |
开发者 | Brett Tolbert |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pandora Mod: Move controls to top of page", "version": "0.0.3", "description": "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs", "author": "Brett Tolbert", "homepage_url": "http:\/\/bretttolbert.com", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/*" ], "js": [ "jquery-3.2.0.min.js", "content.js" ] } ] } |