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".
Снимки экрана расширения
Скачать файл 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 |
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" ] } ] } |