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

Apa itu Pandora Mod: Move controls to top of page?

Pandora Mod: Move controls to top of page adalah ekstensi Chrome yang dikembangkan oleh Brett Tolbert, dan fitur utamanya adalah "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pandora Mod: Move controls to top of page

Unduh file ekstensi Pandora Mod: Move controls to top of page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pandora Mod: Move controls to top of page Pandora Mod: Move controls to top of page
ID ccfidlaekbaioidkljhheaonlgbhikla
URL Resmi https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla
Deskripsi Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
Ukuran File 495 KB
Jumlah Instalasi 34
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2017-03-25
Tanggal Publikasi 2017-03-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Brett Tolbert
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}