Remote

Remote for your favorite player.

什么是Remote?

Remote是由remote-potato开发的Chrome扩展程序,该扩展的主要功能是“Remote for your favorite player.”。

扩展截图

screenshot

下载Remote扩展crx文件

下载Remote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Remote as the name entails, is a remote, but for your browser 🎉

Nowadays, most of the content is available through the browser. 
However your browser is not always accessible straight from your TV, so you end up displaying your computer's screen on your TV.

Remote is the missing controller for your browser, especially when you're showing video content on TV.                    

扩展基本信息

名称 Remote Remote
ID hifbccioeoaheffkmedjiphppjpcbfeh
官方URL https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh
简介 Remote for your favorite player.
文件大小 82.66 KB
安装次数 160
当前版本 2.1.0
更新时间 2017-11-04
上架时间 2017-11-04
评分 5.00/5 共1次评分
开发者 remote-potato
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remote",
    "description": "Remote for your favorite player.",
    "version": "2.1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "injected.js"
            ],
            "css": [
                "injected.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Remote for your favorite player.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}