Kosmi Helper

Kosmi Helper

Co to jest Kosmi Helper?

Kosmi Helper to rozszerzenie Chrome opracowane przez https://kosmi.io, a jego główną funkcją jest „Kosmi Helper”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kosmi Helper

Pobierz pliki rozszerzeń Kosmi Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Helper extension for kosmi.io

With this extension you can scan for direct video URLs on webpages that you can then copy and paste into the URL option in the kosmi watch party video player to watch said videos together while voice/video chatting!                    

Podstawowe informacje o rozszerzeniu

Nazwa Kosmi Helper Kosmi Helper
ID pkomofdgjghnedcjkppnmccboacbodbp
Oficjalny URL https://chromewebstore.google.com/detail/kosmi-helper/pkomofdgjghnedcjkppnmccboacbodbp
Opis Kosmi Helper
Rozmiar pliku 61.76 KB
Liczba instalacji 2,290
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-02-02
Data Publikacji 2020-08-12
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://kosmi.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kosmi.io
Adres URL Strony Pomocy https://kosmi.io
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kosmi Helper",
    "short_name": "Kosmi",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Kosmi Helper",
    "homepage_url": "https:\/\/kosmi.io",
    "icons": {
        "72": "icons\/72.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}