Ninja Adult Porn Blocker

The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.

Ninja Adult Porn Blocker란 무엇입니까?

Ninja Adult Porn Blocker은(는) ixstudio.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ninja Adult Porn Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        💢  Block adult and porn websites. Filter Google, Bing and Yahoo search results! 💢

✅  Do you want to protect your family from adult content?
We blocked over 50,000 URLs on the web. Most visited adult websites and adult keywords! So don't worry about using the Internet!

👉  Please let us know if you see an address not blocked. We'll add it in our database!

🍀  Enjoy from the clean web.                    

확장 프로그램 기본 정보

이름 Ninja Adult Porn Blocker Ninja Adult Porn Blocker
ID fheifbcbhmbfbebmidanhpeebappbfpd
공식 URL https://chromewebstore.google.com/detail/ninja-adult-porn-blocker/fheifbcbhmbfbebmidanhpeebappbfpd
설명 The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.
파일 크기 134 KB
설치 횟수 10,568
현재 버전 1.7
최근 업데이트 2023-09-21
출시 날짜 2020-10-05
평점 4.49/5 총 101 개의 평점
개발자 ixstudio.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ninja Adult Porn Blocker",
    "author": "IX Studio",
    "version": "1.7",
    "description": "The most powerful adult porn websites blocker. Enjoy the beauty of the clean internet without worries.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "assets\/js\/url.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-3.5.1.min.js",
                "assets\/js\/check_url.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/ninjakit_enable.png",
        "48": "assets\/images\/ninjakit_enable.png",
        "128": "assets\/images\/ninjakit_enable.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/ninjakit_enable.png",
        "default_title": "Ninja Adult Porn Blocker"
    },
    "manifest_version": 2
}