Anti-Porn PoliceWeb.AI

We’ll protect you and your children against pornographic and malicious websites

Anti-Porn PoliceWeb.AI란 무엇입니까?

Anti-Porn PoliceWeb.AI은(는) https://policeweb.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We’ll protect you and your children against pornographic and malicious websites"입니다.

확장 프로그램 스크린샷

screenshot

Anti-Porn PoliceWeb.AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - We block pornographic & erotic web sites and pages in social networks
- We block sites harmful for human body (drugs, smoking blends etc.)
- We block malicious website (virus, scumware)
- We block phishing websites
- We block search requests as (porn etc.)
- We block video with profanity on "YOUTUBE"

- Every day we update our data base with malicious websites
- You do not need to set up filters - we have already done it for you
- Web sites which do not fall under filters can be already arrested by us
- You can join us and help us to make 
- Internet clean as a lot of volonteers already do                    

확장 프로그램 기본 정보

이름 Anti-Porn PoliceWeb.AI Anti-Porn PoliceWeb.AI
ID mcphjhpkamljcolkaggbhjkmgeciepbk
공식 URL https://chromewebstore.google.com/detail/anti-porn-policewebai/mcphjhpkamljcolkaggbhjkmgeciepbk
설명 We’ll protect you and your children against pornographic and malicious websites
파일 크기 130 KB
설치 횟수 2,792
현재 버전 2.0.2.3
최근 업데이트 2024-02-27
출시 날짜 2021-11-15
평점 4.44/5 총 96 개의 평점
개발자 https://policeweb.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://policeweb.ai
도움말 페이지 URL https://policeweb.ai/en/contact
개인정보 보호 정책 페이지 URL https://policeweb.ai/en/privacy
지원되는 언어 de,en,fr,tr,es,it,pl,pt-BR,pt-PT,ru,uk,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0.2.3",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "homepage_url": "https:\/\/policeweb.ai",
    "background": {
        "service_worker": "js\/service-worker.js",
        "type": "module"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png"
    },
    "action": {
        "default_icon": "img\/icon_16.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/policeweb.ai\/*",
            "https:\/\/*.policeweb.ai\/*",
            "https:\/\/policeweb.org\/*",
            "https:\/\/*.policeweb.org\/*"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/parse-content.js"
            ],
            "run_at": "document_start"
        }
    ]
}