Hangout Bar Remover

Remove the top green bar in Google Hangouts when screensharing

Hangout Bar Remover क्या है?

Hangout Bar Remover Weedy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the top green bar in Google Hangouts when screensharing"।

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

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

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

                        Removes the green bar in Hangouts that shows up when you're sharing your screen.                    

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

नाम Hangout Bar Remover Hangout Bar Remover
ID ljnfnnbjjndlhjgckidfkbklikmdpagh
आधिकारिक URL https://chrome.google.com/webstore/detail/hangout-bar-remover/ljnfnnbjjndlhjgckidfkbklikmdpagh
विवरण Remove the top green bar in Google Hangouts when screensharing
फ़ाइल का आकार 33.43 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-09-07
प्रकाशन तिथि 2015-09-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Weedy
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hangout Bar Remover",
    "version": "1.0",
    "author": "WeedLion",
    "description": "Remove the top green bar in Google Hangouts when screensharing",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/hangouts\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}