Google Hangout Editor

Allows access to edit the google hangouts user interface.

Co je Google Hangout Editor?

Google Hangout Editor je rozšíření Chrome vyvinuté Guy Ross, a jeho hlavní funkcí je „Allows access to edit the google hangouts user interface.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Hangout Editor

Stáhněte si soubory rozšíření Google Hangout Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Hangout Editor Google Hangout Editor
ID ieadkjmeiojipognhgeomlcdlpgdpekn
Oficiální URL https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn
Popis Allows access to edit the google hangouts user interface.
Velikost souboru 51.79 KB
Počet instalací 1,338
Aktuální Verze 1.2.2.1
Poslední Aktualizace 2018-02-28
Datum Vydání 2018-02-28
Hodnocení 3.00/5 Celkem 18 Hodnocení
Vývojář Guy Ross
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}