Kastfy

Watch your favorite online videos on your Roku or Chromecast

Kastfy là gì?

Kastfy là một tiện ích mở rộng Chrome được phát triển bởi http://kastfy.com, và tính năng chính của nó là "Watch your favorite online videos on your Roku or Chromecast".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Kastfy 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

                        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!                    

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

Tên Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
URL Chính Thức https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Mô tả Watch your favorite online videos on your Roku or Chromecast
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 577
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-06-03
Ngày Phát Hành 2020-06-02
Đánh Giá 1.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://kastfy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kastfy.com
URL Trang Trợ Giúp https://kastfy.com/faq
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}