Kosmi Helper
Kosmi Helper
什么是Kosmi Helper?
Kosmi Helper是由https://kosmi.io开发的Chrome扩展程序,该扩展的主要功能是“Kosmi Helper”。
扩展截图
下载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 |
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 |
电子邮箱 | [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", " |