Flinger.co Remote

Fling videos to any screen with Flinger.co

O que é Flinger.co Remote?

Flinger.co Remote é uma extensão do Chrome desenvolvida por https://robertdalesmith.com, e sua principal característica é "Fling videos to any screen with Flinger.co".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flinger.co Remote

Baixe arquivos de extensão Flinger.co Remote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Flinger.co Remote Flinger.co Remote
ID pnapfnfcbmjghcdklebipebankjhmdcc
URL Oficial https://chrome.google.com/webstore/detail/pnapfnfcbmjghcdklebipebankjhmdcc
Descrição Fling videos to any screen with Flinger.co
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 109
Versão Atual 2.7.0
Última Atualização 2019-05-19
Data de Publicação 2019-05-19
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://robertdalesmith.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://flinger.motelabs.com/
Idiomas Suportados 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\/"
}