Google Hangout Editor

Allows access to edit the google hangouts user interface.

Wat is Google Hangout Editor?

Google Hangout Editor is een Chrome-extensie ontwikkeld door Guy Ross, en de belangrijkste functie is "Allows access to edit the google hangouts user interface.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Google Hangout Editor

Download Google Hangout Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Hangout Editor Google Hangout Editor
ID ieadkjmeiojipognhgeomlcdlpgdpekn
Officiële URL https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn
Beschrijving Allows access to edit the google hangouts user interface.
Bestandsgrootte 51.79 KB
Aantal Installaties 1,338
Huidige Versie 1.2.2.1
Laatst Bijgewerkt 2018-02-28
Publicatiedatum 2018-02-28
Beoordeling 3.00/5 Totaal 18 Beoordelingen
Ontwikkelaar Guy Ross
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}