Kastfy

Watch your favorite online videos on your Roku or Chromecast

Vad är Kastfy?

Kastfy är en Chrome-tillägg utvecklad av http://kastfy.com, och dess huvudfunktion är "Watch your favorite online videos on your Roku or Chromecast".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Kastfy-förlängningens CRX-fil

Ladda ner Kastfy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Kastfy Kastfy
ID ffkffhjdlknegbgalgkpfpmnkknbhjbm
Officiell webbadress https://chrome.google.com/webstore/detail/kastfy/ffkffhjdlknegbgalgkpfpmnkknbhjbm
Beskrivning Watch your favorite online videos on your Roku or Chromecast
Filstorlek 148 KB
Antal Installationer 577
Aktuell Version 1.3
Senast Uppdaterad 2020-06-03
Publiceringsdatum 2020-06-02
Betyg 1.14/5 Totalt 7 Betyg
Utvecklare http://kastfy.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://kastfy.com
Hjälpsida URL https://kastfy.com/faq
Stödda Språk 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:\/\/*\/*"
    ]
}