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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}