Kastfy

Watch your favorite online videos on your Roku or Chromecast

Apa itu Kastfy?

Kastfy adalah ekstensi Chrome yang dikembangkan oleh http://kastfy.com, dan fitur utamanya adalah "Watch your favorite online videos on your Roku or Chromecast".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Kastfy

Unduh file ekstensi Kastfy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
URL Resmi https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Deskripsi Watch your favorite online videos on your Roku or Chromecast
Ukuran File 148 KB
Jumlah Instalasi 577
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-06-03
Tanggal Publikasi 2020-06-02
Penilaian 1.14/5 Total 7 Penilaian
Pengembang http://kastfy.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kastfy.com
URL Halaman Bantuan https://kastfy.com/faq
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}