Video remote

remotely controlled playing of video, Use your cell phone as a remote control!

Что такое Video remote?

Video remote - это расширение Chrome, разработанное http://vmtech.into.hu, и его основная функция - "remotely controlled playing of video, Use your cell phone as a remote control!".

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

screenshot
screenshot
screenshot

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

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

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

                        Controlled video playback. Simply scan the QR code with your mobile!
Compatible with most phone-type.                    

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

Название Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
Официальный URL https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
Описание remotely controlled playing of video, Use your cell phone as a remote control!
Размер файла 28.81 KB
Количество установок 102
Текущая Версия 3.3.1
Последнее Обновление 2016-03-08
Дата публикации 2016-03-08
Рейтинг 2.83/5 Всего 6 оценок
Разработчик http://vmtech.into.hu
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://vmtech.into.hu/projekt/videoremote/
URL страницы политики конфиденциальности https://into.hu/adatvedelem
Поддерживаемые языки de,en,en-US,hu,ro,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.3.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "http:\/\/*\/*",
                "http:\/\/*\/*\/",
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/vimeo.com\/*",
                "https:\/\/boxy2.com\/*"
            ],
            "all_frames": true,
            "js": [
                "background2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "background.js",
        "icon.png",
        "options.html"
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}