PorNo! Porn Blocker (Beta)

Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.

Cos'è PorNo! Porn Blocker (Beta)?

PorNo! Porn Blocker (Beta) è un'estensione di Chrome sviluppata da https://pornblockeris.me, e la sua funzione principale è "Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PorNo! Porn Blocker (Beta)

Scarica i file di estensione PorNo! Porn Blocker (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        October 30, 2023 updates:
✅ List updates

💛

💬 Say hi on PorNo!'s subreddit, r/ourlastpornblocker

💾  Porn URL-detection algorithm:
https://github.com/mrvivacious/PorNo-_Porn_Blocker

🤳 Android app:
https://github.com/mrvivacious/PorNo_Android

––– IMPORTANT –––
* THIS APP IS STILL IN DEVELOPMENT
The porn-site detection algorithm is still being improved. Therefore, not all porn/adult sites will be blocked, yet. More sites and improvements to the algorithm are added with every update, but keep this in mind if you are considering on using this tool for other purposes (a porn blocker on a child's computer, for example).
* This app uses Google Analytics. The data is anonymized.
* WE NEED MORE WEBSITES IN ITS DATABASE
The websites currently saved in the algorithm are the ones found in the USA, where I live and develop. Instructions for contributing ARE AT THE BOTTOM...assistance on globalizing the algorithm for more languages and countries will be greatly appreciated!
* PorNo! IS A TOOL, NOT A CURE
For one to truly overcome porn addiction and use, it depends heavily on the person's own commitment, determination, and perseverance. There will be failure and hard times, but with enough effort, success is possible. All the best.
––– IMPORTANT –––

**** FEATURES ****
√ ANONYMOUS(!) user mode
√ Out of the box porn blocker
√ Redirect users from porn sites to wholesome sites -- the PorNo! algorithm
√ Custom ban-lists
√ Support for NSFW Subreddits
√ Streak to track your progress!
√ Add local files as redirect links!
X Cloud sync -- your saved links go everywhere you do (currently unavailable)
√ Live updates to the algorithm
√ "Emergency" button 
√ Resources for extra help and support inside the app
√ How-to instructions available inside the app
√ Privacy policy
******************

Welcome to PorNo!, an attempt at creating the last porn blocker anyone will ever need (we still have much to do, though ~).
PorNo! is, by default, a porn-blocker, but with a twist: Instead of being greeted by a standard "Site Blocked" page, user will be redirected to sites that inspire and empower the user when s/he visits a porn site.
Inside a porn user's mind are many connections and pathways that have associated pleasure with porn. By redirecting users, we make an attempt to reroute these connections to associate pleasure with more wholesome and joyful content, overwriting the influences porn has left behind. 
The idea is to convert unwanted sexual/pornographic dependencies into personal, meaningful energies, energy now used in wholesome and forward-moving outlets.

Click the yellow heart in your browser for more information. 
Add links to sites that inspire you, empower you, encourage you to do great things, to do your best....etc. Sites, articles, videos, music, add whatever! Included inside the popup are resources for support, instructions to use the app fully. To access the instructions, simply click on "How to use PorNo!" at the bottom of the popup. Instructions for anonymous use are also included on the how-to page.

Please email me ([email protected]) all the porn sites you know exist as well as any sites that aren't being blocked. I've included a The source code for the algorithm is here: https://github.com/mrvivacious/porNo_open_source.

Good luck in your efforts! 

–––

View additional projects at mrvivacio.us.
Donate at paypal.me/mrvivacious                    

Informazioni di Base sull'Estensione

Nome PorNo! Porn Blocker (Beta) PorNo! Porn Blocker (Beta)
ID fnfchnplgejcfmphhboehhlpcjnjkomp
URL Ufficiale https://chromewebstore.google.com/detail/porno-porn-blocker-beta/fnfchnplgejcfmphhboehhlpcjnjkomp
Descrizione Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.
Dimensione del File 253 KB
Conteggio Installazioni 10,000
Versione Corrente 0.0.1.904
Ultimo Aggiornamento 2023-10-30
Data di Pubblicazione 2019-03-22
Valutazione 4.56/5 Totale 72 Valutazioni
Sviluppatore https://pornblockeris.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mrvivacious/PorNo-_Porn_Blocker
URL della Pagina di Aiuto https://www.reddit.com/r/ourlastpornblocker/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PorNo! Porn Blocker (Beta)",
    "description": "Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.",
    "version": "0.0.1.904",
    "author": "Vivek Bhookya | https:\/\/github.com\/mrvivacious\/PorNo-_Porn_Blocker",
    "icons": {
        "16": "\/icons\/porNo_16.png",
        "48": "\/icons\/porNo_48.png",
        "128": "\/icons\/porNo_128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/porNo_16.png",
            "48": "\/icons\/porNo_48.png",
            "128": "\/icons\/porNo_128.png"
        },
        "default_title": "PorNo!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lists.js",
                "firebaseStuff.js",
                "linkManager.js",
                "porNo.js",
                "NSFWSubredditDetection.js",
                "NSFWScrolllerDetection.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}