Video remote

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

什麼是Video remote?

Video remote是由http://vmtech.into.hu開發的Chrome擴展程式,該擴展的主要功能是“remotely controlled playing of video, Use your cell phone as a remote control!”。

擴展截圖

screenshot
screenshot
screenshot

下載Video remote擴展crx文件

下載Video remote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
官方網址 https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
簡介 remotely controlled playing of video, Use your cell phone as a remote control!
檔案大小 28.81 KB
安裝次數 102
目前版本 3.3.1
更新時間 2016-03-08
上架時間 2016-03-08
評分 2.83/5 共 6 次評分
開發者 http://vmtech.into.hu
電子郵箱 [email protected]
付費類型 free
擴展官網 http://vmtech.into.hu/projekt/videoremote/
隱私政策頁面URL https://into.hu/adatvedelem
支援的語言 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"
}