i91 Compartilhamento de Tela

Esta extensão permite que você compartilhe sua tela.

What is i91 Compartilhamento de Tela?

i91 Compartilhamento de Tela is a Chrome extension developed by http://i91.com.br, and its main feature is "Esta extensão permite que você compartilhe sua tela.".

Extension Screenshots

screenshot

Download i91 Compartilhamento de Tela Extension CRX File

Download i91 Compartilhamento de Tela 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

                        Software de Captura de Tela                    

Extension Basic Information

Name i91 Compartilhamento de Tela i91 Compartilhamento de Tela
ID lblnfenclmgjinmgffdogiclhocgmboe
Official URL https://chrome.google.com/webstore/detail/i91-compartilhamento-de-t/lblnfenclmgjinmgffdogiclhocgmboe
Description Esta extensão permite que você compartilhe sua tela.
File Size 87.43 KB
Installation Count 34
Current Version 4.0.4
Last Updated 2015-04-09
Publish Date 2015-04-09
Rating 5.00/5 Total 1 Ratings
Developer http://i91.com.br
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "name": "i91 Compartilhamento de Tela",
    "author": "i91",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Esta extens\u00e3o permite que voc\u00ea compartilhe sua tela.",
    "homepage_url": "https:\/\/video.i91.com.br\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.i91.com.br\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "*:\/\/*.i91.com.br\/*"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}