Chill Remote
Control Netflix and Amazon Prime from your iPhone or iPad.
Что такое Chill Remote?
Chill Remote - это расширение Chrome, разработанное https://chillremote.tv, и его основная функция - "Control Netflix and Amazon Prime from your iPhone or iPad.".
Снимки экрана расширения
Скачать файл CRX расширения Chill Remote
Скачайте файлы расширений Chill Remote в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Control Netflix, Amazon Prime, Hulu, YouTube and Vimeo from your iPhone or iPad Install this extension in Chrome, then install Chill Remote on your iDevice
Основная информация о расширении
Название | Chill Remote |
ID | jmelkpigplnlmohfhcjimjkahedlmpdp |
Официальный URL | https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp |
Описание | Control Netflix and Amazon Prime from your iPhone or iPad. |
Размер файла | 439 KB |
Количество установок | 12,308 |
Текущая Версия | 1.2.14 |
Последнее Обновление | 2021-08-05 |
Дата публикации | 2019-12-21 |
Рейтинг | 3.75/5 Всего 4 оценок |
Разработчик | https://chillremote.tv |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ChillRemote.tv |
URL страницы помощи | https://ChillRemote.tv |
URL страницы политики конфиденциальности | https://hobbyistsoftware.com/privacy |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chill Remote", "short_name": "Chill Remote", "description": "Control Netflix and Amazon Prime from your iPhone or iPad.", "version": "1.2.14", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "pages\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/injector.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/emp.bbc.co.uk\/*", "https:\/\/emp.britbox.com\/*" ], "js": [ "js\/jquery.min.js", "js\/injector.js" ], "run_at": "document_idle", "all_frames": true } ], "background": { "scripts": [ "js\/jquery.min.js", "js\/cable.js", "js\/cable-manager.js", "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/remotes.js", "js\/jquery.min.js", "js\/iplayer-helper.js", "js\/britbox-helper.js", "css\/hs-style.css" ], "externally_connectable": { "matches": [ "https:\/\/chillremote.tv\/*", "https:\/\/beta.chillremote.tv\/*", "https:\/\/netflixremote.app\/*", "https:\/\/beta.netflixremote.app\/*" ] }, "permissions": [ " |