Kastfy

Watch your favorite online videos on your Roku or Chromecast

Kastfyคืออะไร?

Kastfy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kastfy.com และคุณลักษณะหลักของมันคือ "Watch your favorite online videos on your Roku or Chromecast"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kastfy

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}