Kastfy

Watch your favorite online videos on your Roku or Chromecast

O que é Kastfy?

Kastfy é uma extensão do Chrome desenvolvida por http://kastfy.com, e sua principal característica é "Watch your favorite online videos on your Roku or Chromecast".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kastfy

Baixe arquivos de extensão Kastfy 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

                        This extension allows you to watch your favorite online videos on your Roku and Chromecast. You just need to create an account on https://kastfy.com where you will be presented with very simple instructions to cast the videos. Remember to register your Roku devices!                    

Informações Básicas da Extensão

Nome Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
URL Oficial https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Descrição Watch your favorite online videos on your Roku or Chromecast
Tamanho do Arquivo 148 KB
Contagem de Instalações 577
Versão Atual 1.3
Última Atualização 2020-06-03
Data de Publicação 2020-06-02
Classificação 1.14/5 Total de 7 Avaliações
Desenvolvedor http://kastfy.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kastfy.com
URL da Página de Ajuda https://kastfy.com/faq
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kastfy",
    "description": "Watch your favorite online videos on your Roku or Chromecast",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png",
            "256": "icon_256.png"
        },
        "default_title": ""
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}