Video remote

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

Co to jest Video remote?

Video remote to rozszerzenie Chrome opracowane przez http://vmtech.into.hu, a jego główną funkcją jest „remotely controlled playing of video, Use your cell phone as a remote control!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Video remote

Pobierz pliki rozszerzeń Video remote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
Oficjalny URL https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
Opis remotely controlled playing of video, Use your cell phone as a remote control!
Rozmiar pliku 28.81 KB
Liczba instalacji 102
Aktualna Wersja 3.3.1
Ostatnia Aktualizacja 2016-03-08
Data Publikacji 2016-03-08
Ocena 2.83/5 Łącznie 6 Oceny
Deweloper http://vmtech.into.hu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://vmtech.into.hu/projekt/videoremote/
Adres URL Strony Polityki Prywatności https://into.hu/adatvedelem
Obsługiwane Języki 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"
}