Purity

Purity extension

Purity là gì?

Purity là một tiện ích mở rộng Chrome được phát triển bởi http://puritybrowser.com, và tính năng chính của nó là "Purity extension".

Ả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 Purity

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

                        Purity Safe Browser is now available as a browser extension!

- Blocks adult websites
- Blocks images/videos (optional)
- Disable downloads (optional)
- Custom blacklist / whitelist
- Enforces Safe Search
- Reports to your buddy when a suspicious site is visited, and when you unistall

Manage your subscription at http://user.puritybrowser.com/

__

Send early feedback or bug reports to [email protected].                    

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

Tên Purity Purity
ID nfkedhnlhggadajbhkjpaoolimpajlpg
URL Chính Thức https://chrome.google.com/webstore/detail/purity/nfkedhnlhggadajbhkjpaoolimpajlpg
Mô tả Purity extension
Kích Thước Tệp 81.21 KB
Số Lần Cài Đặt 422
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-01-29
Ngày Phát Hành 2020-04-20
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://puritybrowser.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://bit.ly/prt-faq
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1w5_JO2z9OCse8Mh9AAg7n_OJ91a5etps7ugEXP-tNUY/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Purity",
    "short_name": "PRT",
    "description": "Purity extension",
    "version": "1.0.5",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "122": "images\/icon_122.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "122": "images\/icon_122.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "videoBlocker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/fftlist.netlify.com\/* https:\/\/*.puritybrowser.com\/ https:\/\/unpkg.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}