Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
Что такое Continuous Pandora Radio?
Continuous Pandora Radio - это расширение Chrome, разработанное sps, и его основная функция - "Removes the Pandora are you still there message so your music remains uninterrupted".
Снимки экрана расширения
Скачать файл CRX расширения Continuous Pandora Radio
Скачайте файлы расширений Continuous Pandora Radio в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
Основная информация о расширении
Название | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
Официальный URL | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
Описание | Removes the Pandora are you still there message so your music remains uninterrupted |
Размер файла | 9.46 KB |
Количество установок | 552 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-12-04 |
Дата публикации | 2014-12-04 |
Рейтинг | 4.29/5 Всего 7 оценок |
Разработчик | sps |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Continuous Pandora Radio", "description": "Removes the Pandora are you still there message so your music remains uninterrupted", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/", "http:\/\/*.pandora.com\/" ], "js": [ "script.js" ] } ] } |