Kastfy

Watch your favorite online videos on your Roku or Chromecast

Was ist Kastfy?

Kastfy ist eine Chrome-Erweiterung, die von http://kastfy.com entwickelt wurde, und ihr Hauptmerkmal ist "Watch your favorite online videos on your Roku or Chromecast".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Kastfy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kastfy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
Offizielle URL https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Beschreibung Watch your favorite online videos on your Roku or Chromecast
Dateigröße 148 KB
Installationsanzahl 577
Aktuelle Version 1.3
Letztes Update 2020-06-03
Veröffentlichungsdatum 2020-06-02
Bewertung 1.14/5 Insgesamt 7 Bewertungen
Entwickler http://kastfy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kastfy.com
Hilfeseite URL https://kastfy.com/faq
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}