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

Vad är Pandora Mod: Move controls to top of page?

Pandora Mod: Move controls to top of page är en Chrome-tillägg utvecklad av Brett Tolbert, och dess huvudfunktion är "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".

Tilläggsskärmbilder

screenshot

Ladda ner Pandora Mod: Move controls to top of page-förlängningens CRX-fil

Ladda ner Pandora Mod: Move controls to top of page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pandora Mod: Move controls to top of page Pandora Mod: Move controls to top of page
ID ccfidlaekbaioidkljhheaonlgbhikla
Officiell webbadress https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla
Beskrivning Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
Filstorlek 495 KB
Antal Installationer 34
Aktuell Version 0.0.3
Senast Uppdaterad 2017-03-25
Publiceringsdatum 2017-03-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Brett Tolbert
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}