Remove Screenshare Notification for Hangouts™

Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.

Remove Screenshare Notification for Hangouts™ क्या है?

Remove Screenshare Notification for Hangouts™ Master द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remove Screenshare Notification for Hangouts™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can still choose to stop sharing by clicking the screenshare icon in the left side panel in the Hangouts window.

NOTE: If you get a black bar at the bottom of the screen, simply re-size the window once in any direction to fix it.

Changelog:
------------------
12/7/15 - Updated to support Hangouts Beta                    

एक्सटेंशन की मूल जानकारी

नाम Remove Screenshare Notification for Hangouts™ Remove Screenshare Notification for Hangouts™
ID dkoinecnplfbobfdamgfjfonmjieigpd
आधिकारिक URL https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd
विवरण Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
फ़ाइल का आकार 46.05 KB
स्थापना संख्या 873
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-12-07
प्रकाशन तिथि 2015-12-07
रेटिंग 3.87/5 कुल 15 रेटिंग्स
डेवलपर Master
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "The Master",
    "name": "Remove Screenshare Notification for Hangouts\u2122",
    "description": "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.",
    "manifest_version": 2,
    "version": "1.1",
    "icons": {
        "16": "thumbnail-16.png",
        "24": "thumbnail-24.png",
        "32": "thumbnail-32.png",
        "48": "thumbnail-48.png",
        "64": "thumbnail-64.png",
        "128": "thumbnail-128.png"
    },
    "permissions": [
        "*:\/\/plus.google.com\/hangouts\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/plus.google.com\/hangouts\/*"
            ],
            "js": [
                "jquery.js",
                "background-min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "jquery.js",
        "background-min.js",
        "thumbnail-16.png",
        "thumbnail-24.png",
        "thumbnail-32.png",
        "thumbnail-48.png",
        "thumbnail-64.png",
        "thumbnail-128.png"
    ]
}