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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pandora Mod: Move controls to top of page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
            ]
        }
    ]
}