Google Hangout Editor

Allows access to edit the google hangouts user interface.

Qu'est-ce que Google Hangout Editor ?

Google Hangout Editor est une extension Chrome développée par Guy Ross, et sa fonction principale est "Allows access to edit the google hangouts user interface.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Hangout Editor

Téléchargez les fichiers d'extension Google Hangout Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Hangout Editor Google Hangout Editor
ID ieadkjmeiojipognhgeomlcdlpgdpekn
URL Officiel https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn
Description Allows access to edit the google hangouts user interface.
Taille du Fichier 51.79 KB
Nombre d'Installations 1,338
Version Actuelle 1.2.2.1
Dernière Mise à Jour 2018-02-28
Date de Publication 2018-02-28
Évaluation 3.00/5 Total 18 Évaluations
Développeur Guy Ross
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}