Kastfy

Watch your favorite online videos on your Roku or Chromecast

What is Kastfy?

Kastfy is a Chrome extension developed by http://kastfy.com, and its main feature is "Watch your favorite online videos on your Roku or Chromecast".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kastfy Extension CRX File

Download Kastfy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
Official URL https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Description Watch your favorite online videos on your Roku or Chromecast
File Size 148 KB
Installation Count 577
Current Version 1.3
Last Updated 2020-06-03
Publish Date 2020-06-02
Rating 1.14/5 Total 7 Ratings
Developer http://kastfy.com
Email [email protected]
Payment Type free
Extension Website https://kastfy.com
Help Page URL https://kastfy.com/faq
Supported Languages 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:\/\/*\/*"
    ]
}