Google Hangout Editor

Allows access to edit the google hangouts user interface.

Google Hangout Editor क्या है?

Google Hangout Editor Guy Ross द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows access to edit the google hangouts user interface."।

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

screenshot
screenshot

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

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

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

                        Google Hangouts UI Editor. Allows you to take full control over your google hangouts page. Allows you to remove the annoying text, disable the background and even use your own custom backgrounds.                    

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

नाम Google Hangout Editor Google Hangout Editor
ID ieadkjmeiojipognhgeomlcdlpgdpekn
आधिकारिक URL https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn
विवरण Allows access to edit the google hangouts user interface.
फ़ाइल का आकार 51.79 KB
स्थापना संख्या 1,338
वर्तमान संस्करण 1.2.2.1
अंतिम अपडेट 2018-02-28
प्रकाशन तिथि 2018-02-28
रेटिंग 3.00/5 कुल 18 रेटिंग्स
डेवलपर Guy Ross
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Hangout Editor",
    "author": "Guy A. Ross",
    "description": "Allows access to edit the google hangouts user interface.",
    "version": "1.2.2.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hangouts.google.com\/*"
            ],
            "js": [
                "vendor\/jquery.js",
                "content_script\/components.js",
                "content_script\/main.js"
            ],
            "css": [
                "content_script\/styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Google Hangouts Editor.",
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup_component\/main.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/ https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/; object-src 'self'"
}