Google Hangout Editor

Allows access to edit the google hangouts user interface.

Google Hangout Editor là gì?

Google Hangout Editor là một tiện ích mở rộng Chrome được phát triển bởi Guy Ross, và tính năng chính của nó là "Allows access to edit the google hangouts user interface.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Hangout Editor

Tải xuống các tệp mở rộng Google Hangout Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Hangout Editor Google Hangout Editor
ID ieadkjmeiojipognhgeomlcdlpgdpekn
URL Chính Thức https://chromewebstore.google.com/detail/google-hangout-editor/ieadkjmeiojipognhgeomlcdlpgdpekn
Mô tả Allows access to edit the google hangouts user interface.
Kích Thước Tệp 51.79 KB
Số Lần Cài Đặt 1,338
Phiên Bản Hiện Tại 1.2.2.1
Cập Nhật Lần Cuối 2018-02-28
Ngày Phát Hành 2018-02-28
Đánh Giá 3.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Guy Ross
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}