Flinger.co Remote

Fling videos to any screen with Flinger.co

Flinger.co Remote là gì?

Flinger.co Remote là một tiện ích mở rộng Chrome được phát triển bởi https://robertdalesmith.com, và tính năng chính của nó là "Fling videos to any screen with Flinger.co".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flinger.co Remote

Tải xuống các tệp mở rộng Flinger.co Remote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flinger.co Remote Flinger.co Remote
ID pnapfnfcbmjghcdklebipebankjhmdcc
URL Chính Thức https://chrome.google.com/webstore/detail/pnapfnfcbmjghcdklebipebankjhmdcc
Mô tả Fling videos to any screen with Flinger.co
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 2.7.0
Cập Nhật Lần Cuối 2019-05-19
Ngày Phát Hành 2019-05-19
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://robertdalesmith.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://flinger.motelabs.com/
Ngôn Ngữ Được Hỗ Trợ 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\/"
}