Kastfy

Watch your favorite online videos on your Roku or Chromecast

Cos'è Kastfy?

Kastfy è un'estensione di Chrome sviluppata da http://kastfy.com, e la sua funzione principale è "Watch your favorite online videos on your Roku or Chromecast".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kastfy

Scarica i file di estensione Kastfy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
URL Ufficiale https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Descrizione Watch your favorite online videos on your Roku or Chromecast
Dimensione del File 148 KB
Conteggio Installazioni 577
Versione Corrente 1.3
Ultimo Aggiornamento 2020-06-03
Data di Pubblicazione 2020-06-02
Valutazione 1.14/5 Totale 7 Valutazioni
Sviluppatore http://kastfy.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kastfy.com
URL della Pagina di Aiuto https://kastfy.com/faq
Lingue Supportate 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:\/\/*\/*"
    ]
}