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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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:\/\/*\/*"
    ]
}