Purity

Purity extension

什么是Purity?

Purity是由http://puritybrowser.com开发的Chrome扩展程序,该扩展的主要功能是“Purity extension”。

扩展截图

screenshot

下载Purity扩展crx文件

下载Purity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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].                    

扩展基本信息

名称 Purity Purity
ID nfkedhnlhggadajbhkjpaoolimpajlpg
官方URL https://chrome.google.com/webstore/detail/purity/nfkedhnlhggadajbhkjpaoolimpajlpg
简介 Purity extension
文件大小 81.21 KB
安装次数 422
当前版本 1.0.5
更新时间 2021-01-29
上架时间 2020-04-20
评分 5.00/5 共6次评分
开发者 http://puritybrowser.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://bit.ly/prt-faq
隐私政策页面URL https://docs.google.com/document/d/1w5_JO2z9OCse8Mh9AAg7n_OJ91a5etps7ugEXP-tNUY/edit?usp=sharing
支持的语言 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'"
}