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
Qu'est-ce que Pandora Mod: Move controls to top of page ?
Pandora Mod: Move controls to top of page est une extension Chrome développée par Brett Tolbert, et sa fonction principale est "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pandora Mod: Move controls to top of page
Téléchargez les fichiers d'extension Pandora Mod: Move controls to top of page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
URL Officiel | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Description | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Taille du Fichier | 495 KB |
Nombre d'Installations | 34 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2017-03-25 |
Date de Publication | 2017-03-24 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Brett Tolbert |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |