Kastfy

Watch your favorite online videos on your Roku or Chromecast

什么是Kastfy?

Kastfy是由http://kastfy.com开发的Chrome扩展程序,该扩展的主要功能是“Watch your favorite online videos on your Roku or Chromecast”。

扩展截图

screenshot
screenshot
screenshot

下载Kastfy扩展crx文件

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

扩展使用说明

                        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!                    

扩展基本信息

名称 Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
官方URL https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
简介 Watch your favorite online videos on your Roku or Chromecast
文件大小 148 KB
安装次数 577
当前版本 1.3
更新时间 2020-06-03
上架时间 2020-06-02
评分 1.14/5 共7次评分
开发者 http://kastfy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kastfy.com
帮助页面URL https://kastfy.com/faq
支持的语言 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:\/\/*\/*"
    ]
}