FO MEET
A simple extension that allows you to stream your desktop into
What is FO MEET?
FO MEET is a Chrome extension developed by niem.mcm, and its main feature is "A simple extension that allows you to stream your desktop into".
Download FO MEET Extension CRX File
Download FO MEET 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
FO MEETING EXT
Extension Basic Information
Name | |
ID | aiphjhocgkmemkghnenmlhkclnjgabbk |
Official URL | https://chrome.google.com/webstore/detail/fo-meet/aiphjhocgkmemkghnenmlhkclnjgabbk |
Description | A simple extension that allows you to stream your desktop into |
File Size | 36 KB |
Installation Count | 35 |
Current Version | 0.1.8 |
Last Updated | 2017-03-08 |
Publish Date | 2017-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | niem.mcm |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FO MEET", "description": "A simple extension that allows you to stream your desktop into", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.fptonline.net\/*" ] } } |