Kastfy

Watch your favorite online videos on your Roku or Chromecast

Wat is Kastfy?

Kastfy is een Chrome-extensie ontwikkeld door http://kastfy.com, en de belangrijkste functie is "Watch your favorite online videos on your Roku or Chromecast".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kastfy

Download Kastfy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
Officiële URL https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Beschrijving Watch your favorite online videos on your Roku or Chromecast
Bestandsgrootte 148 KB
Aantal Installaties 577
Huidige Versie 1.3
Laatst Bijgewerkt 2020-06-03
Publicatiedatum 2020-06-02
Beoordeling 1.14/5 Totaal 7 Beoordelingen
Ontwikkelaar http://kastfy.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kastfy.com
Help Pagina-URL https://kastfy.com/faq
Ondersteunde Talen 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:\/\/*\/*"
    ]
}