NeverFap Deluxe

NeverFap Deluxe is a comprehensive porn addiction recovery process.

Vad är NeverFap Deluxe?

NeverFap Deluxe är en Chrome-tillägg utvecklad av https://neverfapdeluxe.com, och dess huvudfunktion är "NeverFap Deluxe is a comprehensive porn addiction recovery process.".

Tilläggsskärmbilder

screenshot

Ladda ner NeverFap Deluxe-förlängningens CRX-fil

Ladda ner NeverFap Deluxe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn NeverFap Deluxe NeverFap Deluxe
ID fojalkcicjfcnekjmchgpbibinkpikgd
Officiell webbadress https://chrome.google.com/webstore/detail/neverfap-deluxe/fojalkcicjfcnekjmchgpbibinkpikgd
Beskrivning NeverFap Deluxe is a comprehensive porn addiction recovery process.
Filstorlek 1.45 MB
Antal Installationer 133
Aktuell Version 1.0
Senast Uppdaterad 2019-06-07
Publiceringsdatum 2019-06-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://neverfapdeluxe.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://neverfapdeluxe.com/chrome-extension
URL till Sekretesspolicy Sidan https://neverfapdeluxe.com/privacy
Stödda Språk 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
}