Flinger.co Remote

Fling videos to any screen with Flinger.co

什么是Flinger.co Remote?

Flinger.co Remote是由https://robertdalesmith.com开发的Chrome扩展程序,该扩展的主要功能是“Fling videos to any screen with Flinger.co”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Flinger.co Remote扩展crx文件

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

扩展使用说明

                        BETA! This is an early preview version. Please report bugs and feel free to share feedback.

Flinger.co allows you to fling almost anything with a URL from any screen to any other screen. Open Flinger.motelabs.com on your TV's browser and then use the Flinger.co Remote Chrome Extension to right click on YouTube links and instantly fling them to the TV. Share the Flinger.co channel URL with your friends and fling together.

- Special integration built-in for videos on YouTube.com and slide-decks on SlideShare.net. As well as Vimeo integration. Many more sites to fling coming soon.                    

扩展基本信息

名称 Flinger.co Remote Flinger.co Remote
ID pnapfnfcbmjghcdklebipebankjhmdcc
官方URL https://chrome.google.com/webstore/detail/pnapfnfcbmjghcdklebipebankjhmdcc
简介 Fling videos to any screen with Flinger.co
文件大小 1.15 MB
安装次数 109
当前版本 2.7.0
更新时间 2019-05-19
上架时间 2019-05-19
评分 5.00/5 共4次评分
开发者 https://robertdalesmith.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://flinger.motelabs.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flinger.co Remote",
    "version": "2.7.0",
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "Flinger.co Remote",
        "default_popup": "index.html?popup"
    },
    "description": "Fling videos to any screen with Flinger.co",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googleapis.com\/ https:\/\/www.slideshare.net\/ https:\/\/vimeo.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/bcsocket.js",
            "js\/share.js",
            "js\/json.js",
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "options_page": "index.html?options",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "unlimitedStorage",
        "notifications",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/flinger.motelabs.com\/"
}