Kosmi Helper
Kosmi Helper
What is Kosmi Helper?
Kosmi Helper is a Chrome extension developed by https://kosmi.io, and its main feature is "Kosmi Helper".
Extension Screenshots
Download Kosmi Helper Extension CRX File
Download Kosmi Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Kosmi Helper |
ID | pkomofdgjghnedcjkppnmccboacbodbp |
Official URL | https://chromewebstore.google.com/detail/kosmi-helper/pkomofdgjghnedcjkppnmccboacbodbp |
Description | Kosmi Helper |
File Size | 61.76 KB |
Installation Count | 2,290 |
Current Version | 1.0.1 |
Last Updated | 2021-02-02 |
Publish Date | 2020-08-12 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://kosmi.io |
[email protected] | |
Payment Type | free |
Extension Website | https://kosmi.io |
Help Page URL | https://kosmi.io |
Supported Languages | 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", " |