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”。

擴展截圖

screenshot

下載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 Pandora Mod: Move controls to top of page
ID ccfidlaekbaioidkljhheaonlgbhikla
官方網址 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"
            ]
        }
    ]
}