Kastfy

Watch your favorite online videos on your Roku or Chromecast

Kastfy क्या है?

Kastfy http://kastfy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch your favorite online videos on your Roku or Chromecast"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kastfy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
आधिकारिक URL https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
विवरण Watch your favorite online videos on your Roku or Chromecast
फ़ाइल का आकार 148 KB
स्थापना संख्या 577
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-06-03
प्रकाशन तिथि 2020-06-02
रेटिंग 1.14/5 कुल 7 रेटिंग्स
डेवलपर http://kastfy.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kastfy.com
सहायता पृष्ठ URL https://kastfy.com/faq
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}