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

What is Pandora Mod: Move controls to top of page?

Pandora Mod: Move controls to top of page is a Chrome extension developed by Brett Tolbert, and its main feature is "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".

Extension Screenshots

screenshot

Download Pandora Mod: Move controls to top of page Extension CRX File

Download Pandora Mod: Move controls to top of page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pandora Mod: Move controls to top of page Pandora Mod: Move controls to top of page
ID ccfidlaekbaioidkljhheaonlgbhikla
Official URL https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla
Description Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
File Size 495 KB
Installation Count 34
Current Version 0.0.3
Last Updated 2017-03-25
Publish Date 2017-03-24
Rating 5.00/5 Total 3 Ratings
Developer Brett Tolbert
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}