Kosmi Helper

Kosmi Helper

Kosmi Helperとは何ですか?

Kosmi Helperはhttps://kosmi.ioによって開発されたChromeの拡張機能で、その主な機能は「Kosmi Helper」です。

拡張機能のスクリーンショット

screenshot

Kosmi Helper拡張機能のCRXファイルをダウンロード

Kosmi Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Kosmi Helper Kosmi Helper
ID pkomofdgjghnedcjkppnmccboacbodbp
公式URL https://chromewebstore.google.com/detail/kosmi-helper/pkomofdgjghnedcjkppnmccboacbodbp
説明 Kosmi Helper
ファイルサイズ 61.76 KB
インストール数 2,290
現在のバージョン 1.0.1
最終更新日 2021-02-02
公開日 2020-08-12
評価 4.75/5 合計 4 レビュー
開発者 https://kosmi.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kosmi.io
ヘルプページのURL https://kosmi.io
対応言語 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'"
}