NoFap Porn Blocker

Overcome addiction, focus on positive habits and activities. For NoFap community, reframe mindset for lasting change.

NoFap Porn Blocker란 무엇입니까?

NoFap Porn Blocker은(는) https://nofappornblocker.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Overcome addiction, focus on positive habits and activities. For NoFap community, reframe mindset for lasting change."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The "NoFap Porn Blocker" is a specialized browser extension crafted for the dedicated members of the NoFap fellowship, aiming to assist those who are striving to break free from the grip of pornography dependence. This digital guard stands as an ally in the NoFap crusade, providing a robust porn blocking system that restricts entry to adult-oriented sites. It is designed not only to serve as an adult content blocker but also to encourage the development of positive routines and pursuits, paving the path for users to achieve personal advancement and health.

By recognizing the signs of porn addiction, the extension supplies a necessary barrier, fortifying users' commitment to their NoFap vows. It's engineered to transform habits and alter mindsets, creating a conducive space for recovery and self-enhancement. With its roots deeply embedded in the nofap community, this extension is more than just a pirn or porm blocker; it's a cornerstone for those seeking to identify and overcome porn addiction signs, and a supportive platform for engaging with nofap sites and resources.                    

확장 프로그램 기본 정보

이름 NoFap Porn Blocker NoFap Porn Blocker
ID djoecfajneofabdmgpelfmhbgkmajhon
공식 URL https://chromewebstore.google.com/detail/nofap-porn-blocker/djoecfajneofabdmgpelfmhbgkmajhon
설명 Overcome addiction, focus on positive habits and activities. For NoFap community, reframe mindset for lasting change.
파일 크기 639 KB
설치 횟수 110
현재 버전 2.2
최근 업데이트 2023-12-21
출시 날짜 2023-11-17
개발자 https://nofappornblocker.net
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://nofappornblocker.net
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1lQzcBPSvCHmOZelu7K6-QmQoj3bmQBbHiVP-AY5_-vQ
지원되는 언어 id,de,en,fr,tr,es,it,pl,pt-BR,ru,uk,hi,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoFap Porn Blocker",
    "description": "Overcome addiction, focus on positive habits and activities. For NoFap community, reframe mindset for lasting change.",
    "version": "2.2",
    "author": "[email protected]",
    "default_locale": "en",
    "icons": {
        "16": "\/icons\/no_16.png",
        "48": "\/icons\/no_48.png",
        "128": "\/icons\/no_128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/no_16.png",
            "48": "\/icons\/no_48.png",
            "128": "\/icons\/no_128.png"
        },
        "default_title": "NoFap!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lists.js",
                "firebaseStuff.js",
                "linkManager.js",
                "porNo.js",
                "NSFWSubredditDetection.js",
                "NSFWScrolllerDetection.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}