Video remote

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

Qu'est-ce que Video remote ?

Video remote est une extension Chrome développée par http://vmtech.into.hu, et sa fonction principale est "remotely controlled playing of video, Use your cell phone as a remote control!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Video remote

Téléchargez les fichiers d'extension Video remote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
URL Officiel https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
Description remotely controlled playing of video, Use your cell phone as a remote control!
Taille du Fichier 28.81 KB
Nombre d'Installations 102
Version Actuelle 3.3.1
Dernière Mise à Jour 2016-03-08
Date de Publication 2016-03-08
Évaluation 2.83/5 Total 6 Évaluations
Développeur http://vmtech.into.hu
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://vmtech.into.hu/projekt/videoremote/
URL de la Page de Politique de Confidentialité https://into.hu/adatvedelem
Langues Prises en Charge 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"
}