Remote

Remote for your favorite player.

Что такое Remote?

Remote - это расширение Chrome, разработанное remote-potato, и его основная функция - "Remote for your favorite player.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Remote

Скачайте файлы расширений Remote в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Remote as the name entails, is a remote, but for your browser 🎉

Nowadays, most of the content is available through the browser. 
However your browser is not always accessible straight from your TV, so you end up displaying your computer's screen on your TV.

Remote is the missing controller for your browser, especially when you're showing video content on TV.                    

Основная информация о расширении

Название Remote Remote
ID hifbccioeoaheffkmedjiphppjpcbfeh
Официальный URL https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh
Описание Remote for your favorite player.
Размер файла 82.66 KB
Количество установок 160
Текущая Версия 2.1.0
Последнее Обновление 2017-11-04
Дата публикации 2017-11-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик remote-potato
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remote",
    "description": "Remote for your favorite player.",
    "version": "2.1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "injected.js"
            ],
            "css": [
                "injected.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Remote for your favorite player.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}