Peeps.Chat

This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.

What is Peeps.Chat?

Peeps.Chat is a Chrome extension developed by https://peeps.chat, and its main feature is "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".

Extension Screenshots

screenshot

Download Peeps.Chat Extension CRX File

Download Peeps.Chat 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

                        This extension will allow you to share your screen with everyone that came to your personal peeps.chat site. 
Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. 
Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.                    

Extension Basic Information

Name Peeps.Chat Peeps.Chat
ID pcjpmbeahidbndmjeenokfangoaapjkm
Official URL https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm
Description This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
File Size 7.92 KB
Installation Count 60
Current Version 1.1.2
Last Updated 2016-09-30
Publish Date 2016-09-30
Developer https://peeps.chat
Email [email protected]
Payment Type free
Extension Website https://peeps.chat
Privacy Policy Page URL https://peeps.chat
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peeps.Chat",
    "author": "James",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.",
    "homepage_url": "https:\/\/peeps.chat\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/peeps.chat\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}