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
O que é Pandora Mod: Move controls to top of page?
Pandora Mod: Move controls to top of page é uma extensão do Chrome desenvolvida por Brett Tolbert, e sua principal característica é "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pandora Mod: Move controls to top of page
Baixe arquivos de extensão Pandora Mod: Move controls to top of page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Pandora Mod: Move controls to top of page |
ID | ccfidlaekbaioidkljhheaonlgbhikla |
URL Oficial | https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla |
Descrição | Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs |
Tamanho do Arquivo | 495 KB |
Contagem de Instalações | 34 |
Versão Atual | 0.0.3 |
Última Atualização | 2017-03-25 |
Data de Publicação | 2017-03-24 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Brett Tolbert |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |