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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}