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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Pandora Mod: Move controls to top of page

قم بتنزيل ملفات الامتداد Pandora Mod: Move controls to top of page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}