Remove Screenshare Notification for Hangouts™

Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.

Remove Screenshare Notification for Hangouts™ là gì?

Remove Screenshare Notification for Hangouts™ là một tiện ích mở rộng Chrome được phát triển bởi Master, và tính năng chính của nó là "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Screenshare Notification for Hangouts™

Tải xuống các tệp mở rộng Remove Screenshare Notification for Hangouts™ 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

                        You can still choose to stop sharing by clicking the screenshare icon in the left side panel in the Hangouts window.

NOTE: If you get a black bar at the bottom of the screen, simply re-size the window once in any direction to fix it.

Changelog:
------------------
12/7/15 - Updated to support Hangouts Beta                    

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

Tên Remove Screenshare Notification for Hangouts™ Remove Screenshare Notification for Hangouts™
ID dkoinecnplfbobfdamgfjfonmjieigpd
URL Chính Thức https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd
Mô tả Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
Kích Thước Tệp 46.05 KB
Số Lần Cài Đặt 873
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-12-07
Ngày Phát Hành 2015-12-07
Đánh Giá 3.87/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Master
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "The Master",
    "name": "Remove Screenshare Notification for Hangouts\u2122",
    "description": "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.",
    "manifest_version": 2,
    "version": "1.1",
    "icons": {
        "16": "thumbnail-16.png",
        "24": "thumbnail-24.png",
        "32": "thumbnail-32.png",
        "48": "thumbnail-48.png",
        "64": "thumbnail-64.png",
        "128": "thumbnail-128.png"
    },
    "permissions": [
        "*:\/\/plus.google.com\/hangouts\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/plus.google.com\/hangouts\/*"
            ],
            "js": [
                "jquery.js",
                "background-min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "jquery.js",
        "background-min.js",
        "thumbnail-16.png",
        "thumbnail-24.png",
        "thumbnail-32.png",
        "thumbnail-48.png",
        "thumbnail-64.png",
        "thumbnail-128.png"
    ]
}