FrescoTalk Screen Sharing
It doesn't do anything except capture content of your screen.
What is FrescoTalk Screen Sharing?
FrescoTalk Screen Sharing is a Chrome extension developed by Fresco, and its main feature is "It doesn't do anything except capture content of your screen.".
Download FrescoTalk Screen Sharing Extension CRX File
Download FrescoTalk Screen Sharing 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
                        Screensharing extension for FrescoTalk                     Extension Basic Information
| Name |   |  
| ID | kpaoaanaomlhdkpieefgobjoijcmobko | 
| Official URL | https://chromewebstore.google.com/detail/frescotalk-screen-sharing/kpaoaanaomlhdkpieefgobjoijcmobko | 
| Description | It doesn't do anything except capture content of your screen. | 
| File Size | 33 KB | 
| Installation Count | 52 | 
| Current Version | 2.0 | 
| Last Updated | 2016-05-16 | 
| Publish Date | 2016-05-16 | 
| Developer | Fresco | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://talk.fresco.me | 
| Supported Languages | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FrescoTalk Screen Sharing",
    "author": "Fresco",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/talk.fresco.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:9000\/*",
            "https:\/\/talk.fresco.me\/*",
            "https:\/\/talk-dev.fresco.me\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |