Google Hangout Editor

Allows access to edit the google hangouts user interface.

ما هو Google Hangout Editor؟

Google Hangout Editor هو إضافة Chrome تم تطويرها بواسطة Guy Ross، والميزة الرئيسية لها هي "Allows access to edit the google hangouts user interface.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Google Hangout Editor

قم بتنزيل ملفات الامتداد Google Hangout Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}