CyberPurify - Porn Blocker, Ad Blocker

Filter 15 types of harmful content including porn, violence, horror, etc. Filter both domains or images on websites

CyberPurify - Porn Blocker, Ad Blockerคืออะไร?

CyberPurify - Porn Blocker, Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CyberPurify และคุณลักษณะหลักของมันคือ "Filter 15 types of harmful content including porn, violence, horror, etc. Filter both domains or images on websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CyberPurify - Porn Blocker, Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย CyberPurify - Porn Blocker, Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ❗️RECOMMENDATION❗: Are you looking for a solution that can:

Keep kids safe from all harmful sites (adult, horrifying, scam, etc.)
For any Internet device they use
And auto block games/social media during scheduled times

Then Egg is for you. See demo at: https://cyberpurify.com/egg/.

👉How CyberPurify Kids helps you? 

✅ Protect your kids from 15 types of harmful content:
Content is classified into 04 groups:
Pornographic, sexual, hentai content
Horrifying content: Extreme violence, bloody dead body, bloody accidents, etc
Hate speech
Commercialized content about addictive substances, weapons, alcohol (premium only)
Even in private browsing mode.

✅ Protect your kids on any website, at any time, even on Google, Facebook, online newspapers, etc.

✅ Still respect your kids' online privacy
We only protect, not stalking, over-monitoring. We could doesn't mean we should.

❌ Reminder: This extension is intended for children's use only. Extension's features may affect adults' browsing experience.

Share your kind words to us at [email protected]!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CyberPurify - Porn Blocker, Ad Blocker CyberPurify - Porn Blocker, Ad Blocker
ID objgjcndccmofanljjnjacfidlbmefdh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cyberpurify-porn-blocker/objgjcndccmofanljjnjacfidlbmefdh
คำอธิบาย Filter 15 types of harmful content including porn, violence, horror, etc. Filter both domains or images on websites
ขนาดไฟล์ 29.07 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.6.2
อัปเดตครั้งล่าสุด 2023-01-17
วันที่เผยแพร่ 2021-03-16
คะแนน 4.50/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา CyberPurify
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cyberpurify.com/porn-blocker
URL หน้าช่วยเหลือ https://cyberpurify.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://cyberpurify.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "author": "CyberPurify Software",
    "version": "0.6.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/utils\/element-collapser.js",
                "lib\/utils\/css-hits-counter.js",
                "lib\/libs\/extended-css.js",
                "lib\/background\/content.min.js",
                "lib\/content-script\/wrappers.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "lib\/content-script\/css\/alert-popup.css"
            ],
            "js": [
                "lib\/content-script\/content-utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "55.0",
    "options_page": "pages\/options.html",
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "cookies"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}