Purity

Purity extension

Purity란 무엇입니까?

Purity은(는) http://puritybrowser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Purity extension"입니다.

확장 프로그램 스크린샷

screenshot

Purity 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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'"
}