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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nofap Emergency Button + Porn Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}