Kastfy

Watch your favorite online videos on your Roku or Chromecast

Qu'est-ce que Kastfy ?

Kastfy est une extension Chrome développée par http://kastfy.com, et sa fonction principale est "Watch your favorite online videos on your Roku or Chromecast".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kastfy

Téléchargez les fichiers d'extension Kastfy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
URL Officiel https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Description Watch your favorite online videos on your Roku or Chromecast
Taille du Fichier 148 KB
Nombre d'Installations 577
Version Actuelle 1.3
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-06-02
Évaluation 1.14/5 Total 7 Évaluations
Développeur http://kastfy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kastfy.com
URL de la Page d'Aide https://kastfy.com/faq
Langues Prises en Charge 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:\/\/*\/*"
    ]
}