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

Co je Pandora Mod: Move controls to top of page?

Pandora Mod: Move controls to top of page je rozšíření Chrome vyvinuté Brett Tolbert, a jeho hlavní funkcí je „Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pandora Mod: Move controls to top of page

Stáhněte si soubory rozšíření Pandora Mod: Move controls to top of page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pandora Mod: Move controls to top of page Pandora Mod: Move controls to top of page
ID ccfidlaekbaioidkljhheaonlgbhikla
Oficiální URL https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla
Popis Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
Velikost souboru 495 KB
Počet instalací 34
Aktuální Verze 0.0.3
Poslední Aktualizace 2017-03-25
Datum Vydání 2017-03-24
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Brett Tolbert
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}