Video remote

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

Hvad er Video remote?

Video remote er en Chrome-udvidelse udviklet af http://vmtech.into.hu, og dens hovedfunktion er "remotely controlled playing of video, Use your cell phone as a remote control!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Video remote-udvidelses-CRX-fil

Download Video remote-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
Officiel URL https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
Beskrivelse remotely controlled playing of video, Use your cell phone as a remote control!
Filstørrelse 28.81 KB
Antal Installationer 102
Nuværende Version 3.3.1
Senest Opdateret 2016-03-08
Udgivelsesdato 2016-03-08
Bedømmelse 2.83/5 Samlet 6 Bedømmelser
Udvikler http://vmtech.into.hu
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://vmtech.into.hu/projekt/videoremote/
URL til Fortrolighedspolitik Side https://into.hu/adatvedelem
Understøttede Sprog 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"
}