Nofap Emergency Button + Porn Blocker

The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse

Nofap Emergency Button + Porn Blocker란 무엇입니까?

Nofap Emergency Button + Porn Blocker은(는) prodigious에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse"입니다.

확장 프로그램 스크린샷

screenshot

Nofap Emergency Button + Porn Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Best nofap/no nut Button + Porn Website blocker out there to help you distract yourself from thinking about adult content and relapse. Can also be used in case one is bored.

Features:
- Blocks porn websites + searches that are directed towards porn content
- redirects the website to the extension where you can click the "Distract Me!" button to distract yourself from thinking about pornography
- 100+ interesting & interactive websites to distract yourself with!
- The extension is FREE to use & contains no hidden charges or premium plans!

If you found it useful, do consider donating here: https://www.buymeacoffee.com/nofapbutton                    

확장 프로그램 기본 정보

이름 Nofap Emergency Button + Porn Blocker Nofap Emergency Button + Porn Blocker
ID aelgiihnkljafhmlfmjodiafeeapggca
공식 URL https://chrome.google.com/webstore/detail/nofap-emergency-button-+/aelgiihnkljafhmlfmjodiafeeapggca
설명 The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse
파일 크기 24.74 KB
설치 횟수 481
현재 버전 0.0.3
최근 업데이트 2023-01-24
출시 날짜 2022-12-13
평점 5.00/5 총 2 개의 평점
개발자 prodigious
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.buymeacoffee.com/nofapbutton
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nofap Emergency Button + Porn Blocker",
    "description": "The Best nofap\/no nut Button out there to help you distract yourself from thinking about adult content and relapse",
    "version": "0.0.3",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "Nofap Emergency Button + Porn Blocker",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/popup.js",
                "popup\/popup.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}