Video remote

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

Was ist Video remote?

Video remote ist eine Chrome-Erweiterung, die von http://vmtech.into.hu entwickelt wurde, und ihr Hauptmerkmal ist "remotely controlled playing of video, Use your cell phone as a remote control!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Video remote-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video remote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
Offizielle URL https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
Beschreibung remotely controlled playing of video, Use your cell phone as a remote control!
Dateigröße 28.81 KB
Installationsanzahl 102
Aktuelle Version 3.3.1
Letztes Update 2016-03-08
Veröffentlichungsdatum 2016-03-08
Bewertung 2.83/5 Insgesamt 6 Bewertungen
Entwickler http://vmtech.into.hu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://vmtech.into.hu/projekt/videoremote/
URL der Datenschutzrichtlinien-Seite https://into.hu/adatvedelem
Unterstützte Sprachen 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"
}