NeverFap Deluxe
NeverFap Deluxe is a comprehensive porn addiction recovery process.
Was ist NeverFap Deluxe?
NeverFap Deluxe ist eine Chrome-Erweiterung, die von https://neverfapdeluxe.com entwickelt wurde, und ihr Hauptmerkmal ist "NeverFap Deluxe is a comprehensive porn addiction recovery process.".
Erweiterungsscreenshots
NeverFap Deluxe-Erweiterungs-CRX-Datei herunterladen
Laden Sie NeverFap Deluxe-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 NeverFap Deluxe Chrome Extension provides a few utilities in order to help you overcome your porn addiction, in particular, easy access to the NeverFap Deluxe Guided Meditation Series. It's very bare-bones for the time being. Essentially it helps you wipe your page if you have any NSFW content, and it also provides you easy access to the NeverFap Deluxe Guided Meditation Series from your browser. For more information please visit our website: https://neverfapdeluxe.com/
Grundlegende Informationen zur Erweiterung
Name | |
ID | fojalkcicjfcnekjmchgpbibinkpikgd |
Offizielle URL | https://chrome.google.com/webstore/detail/neverfap-deluxe/fojalkcicjfcnekjmchgpbibinkpikgd |
Beschreibung | NeverFap Deluxe is a comprehensive porn addiction recovery process. |
Dateigröße | 1.45 MB |
Installationsanzahl | 133 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-06-07 |
Veröffentlichungsdatum | 2019-06-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://neverfapdeluxe.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://neverfapdeluxe.com/chrome-extension |
URL der Datenschutzrichtlinien-Seite | https://neverfapdeluxe.com/privacy |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NeverFap Deluxe", "version": "1.0", "description": "NeverFap Deluxe is a comprehensive porn addiction recovery process.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "options_page": "src\/options.html", "page_action": { "default_popup": "src\/popup.html", "default_icon": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" } }, "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "manifest_version": 2 } |