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

Was ist Nofap Emergency Button + Porn Blocker?

Nofap Emergency Button + Porn Blocker ist eine Chrome-Erweiterung, die von prodigious entwickelt wurde, und ihr Hauptmerkmal ist "The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse".

Erweiterungsscreenshots

screenshot

Nofap Emergency Button + Porn Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nofap Emergency Button + Porn Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Nofap Emergency Button + Porn Blocker Nofap Emergency Button + Porn Blocker
ID aelgiihnkljafhmlfmjodiafeeapggca
Offizielle URL https://chrome.google.com/webstore/detail/nofap-emergency-button-+/aelgiihnkljafhmlfmjodiafeeapggca
Beschreibung The Best nofap/no nut Button out there to help you distract yourself from thinking about adult content and relapse
Dateigröße 24.74 KB
Installationsanzahl 481
Aktuelle Version 0.0.3
Letztes Update 2023-01-24
Veröffentlichungsdatum 2022-12-13
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler prodigious
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.buymeacoffee.com/nofapbutton
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}