Video remote

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

Wat is Video remote?

Video remote is een Chrome-extensie ontwikkeld door http://vmtech.into.hu, en de belangrijkste functie is "remotely controlled playing of video, Use your cell phone as a remote control!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Video remote

Download Video remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
Officiële URL https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
Beschrijving remotely controlled playing of video, Use your cell phone as a remote control!
Bestandsgrootte 28.81 KB
Aantal Installaties 102
Huidige Versie 3.3.1
Laatst Bijgewerkt 2016-03-08
Publicatiedatum 2016-03-08
Beoordeling 2.83/5 Totaal 6 Beoordelingen
Ontwikkelaar http://vmtech.into.hu
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://vmtech.into.hu/projekt/videoremote/
URL van de Privacybeleid Pagina https://into.hu/adatvedelem
Ondersteunde Talen 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"
}