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™란 무엇입니까?

Remove Screenshare Notification for Hangouts™은(는) Master에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone."입니다.

확장 프로그램 스크린샷

screenshot

Remove Screenshare Notification for Hangouts™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Remove Screenshare Notification for Hangouts™ Remove Screenshare Notification for Hangouts™
ID dkoinecnplfbobfdamgfjfonmjieigpd
공식 URL https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd
설명 Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
파일 크기 46.05 KB
설치 횟수 873
현재 버전 1.1
최근 업데이트 2015-12-07
출시 날짜 2015-12-07
평점 3.87/5 총 15 개의 평점
개발자 Master
결제 유형 free
지원되는 언어 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"
    ]
}