View Privacy Settings

View the browser privacy settings

View Privacy Settings là gì?

View Privacy Settings là một tiện ích mở rộng Chrome được phát triển bởi benzihomo, và tính năng chính của nó là "View the browser privacy settings".

Ả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 View Privacy Settings

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

                        Press "Alt+Shift+V" to view the browsers privacy settings                    

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

Tên View Privacy Settings View Privacy Settings
ID hcpdbkoonabfhfkeiaanphdfonombbpb
URL Chính Thức https://chrome.google.com/webstore/detail/view-privacy-settings/hcpdbkoonabfhfkeiaanphdfonombbpb
Mô tả View the browser privacy settings
Kích Thước Tệp 13.5 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-06-19
Ngày Phát Hành 2014-06-19
Nhà Phát Triển benzihomo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View Privacy Settings",
    "description": "View the browser privacy settings",
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "privacy",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "commands": {
        "toggle-privacy-view": {
            "suggested_key": {
                "default": "Alt+Shift+V"
            },
            "description": "Toggle Privacy Viewer"
        }
    }
}