Google Hangout Editor

Allows access to edit the google hangouts user interface.

Was ist Google Hangout Editor?

Google Hangout Editor ist eine Chrome-Erweiterung, die von Guy Ross entwickelt wurde, und ihr Hauptmerkmal ist "Allows access to edit the google hangouts user interface.".

Erweiterungsscreenshots

screenshot
screenshot

Google Hangout Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Hangout Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Hangout Editor Google Hangout Editor
ID ieadkjmeiojipognhgeomlcdlpgdpekn
Offizielle URL https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn
Beschreibung Allows access to edit the google hangouts user interface.
Dateigröße 51.79 KB
Installationsanzahl 1,338
Aktuelle Version 1.2.2.1
Letztes Update 2018-02-28
Veröffentlichungsdatum 2018-02-28
Bewertung 3.00/5 Insgesamt 18 Bewertungen
Entwickler Guy Ross
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}