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
Eメール [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:\/\/*\/*"
    ]
}