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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prodigious และคุณลักษณะหลักของมันคือ "The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nofap Emergency Button + Porn Blocker

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

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

                        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": [
                ""
            ]
        }
    ]
}