Kastfy

Watch your favorite online videos on your Roku or Chromecast

ما هو Kastfy؟

Kastfy هو إضافة Chrome تم تطويرها بواسطة http://kastfy.com، والميزة الرئيسية لها هي "Watch your favorite online videos on your Roku or Chromecast".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kastfy

قم بتنزيل ملفات الامتداد Kastfy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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:\/\/*\/*"
    ]
}