Google Privacy Shade

Description: Google Privacy Shade is a new app that'll let you browse your personal info, like email or messages, without worrying…

Google Privacy Shade là gì?

Google Privacy Shade là một tiện ích mở rộng Chrome được phát triển bởi eustatiu.iagaru, và tính năng chính của nó là "Description: Google Privacy Shade is a new app that'll let you browse your personal info, like email or messages, without worrying…".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Google Privacy Shade 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

                        Description:

Google Privacy Shade is a new app that'll let you browse your personal info, like email or messages, without worrying about snoopers over your shoulder reading the messages, too. The app obscures the parts of your screen that you're not actively viewing while still letting you interact with the parts that are obscured.

With Google Privacy Shade, you can adjust the transparency of the shade to fit the privacy that you'd like. 

If you're reading sensitive information on your browser or working a crowded place, the Google Privacy Shade app could come in handy.

Extension shortcut:

CTRL + SHIFT + A

Contact:

[email protected]

Contribute / Report issues / Feedback: 

https://github.com/IagaruEustatiu/Google-Privacy-Shade/issues                    

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

Tên Google Privacy Shade Google Privacy Shade
ID kggohnpicliklihkoaeebjiiahgjddpb
URL Chính Thức https://chromewebstore.google.com/detail/google-privacy-shade/kggohnpicliklihkoaeebjiiahgjddpb
Mô tả Description: Google Privacy Shade is a new app that'll let you browse your personal info, like email or messages, without worrying…
Kích Thước Tệp 17.14 KB
Số Lần Cài Đặt 592
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-01-15
Ngày Phát Hành 2018-01-15
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển eustatiu.iagaru
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Google Privacy Shade",
    "name": "Google Privacy Shade",
    "manifest_version": 2,
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Google Privacy Shade"
    },
    "icons": {
        "16": ".\/media\/icon.png",
        "48": ".\/media\/icon.png",
        "128": ".\/media\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content_scripts\/enableApp.js",
                ".\/js\/content_scripts\/updateShadeCSS.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Google Privacy Shade"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}