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
Was ist Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page ist eine Chrome-Erweiterung, die von Brett Tolbert entwickelt wurde, und ihr Hauptmerkmal ist "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".
Erweiterungsscreenshots
Pandora Mod: Move controls to top of page-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pandora Mod: Move controls to top of page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
Offizielle URL | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Beschreibung | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Dateigröße | 495 KB |
Installationsanzahl | 34 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2017-03-25 |
Veröffentlichungsdatum | 2017-03-24 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Brett Tolbert |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |