PorNo! Porn Blocker (Beta)

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

Co je PorNo! Porn Blocker (Beta)?

PorNo! Porn Blocker (Beta) je rozšíření Chrome vyvinuté https://pornblockeris.me, a jeho hlavní funkcí je „Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PorNo! Porn Blocker (Beta)

Stáhněte si soubory rozšíření PorNo! Porn Blocker (Beta) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PorNo! Porn Blocker (Beta) PorNo! Porn Blocker (Beta)
ID fnfchnplgejcfmphhboehhlpcjnjkomp
Oficiální URL https://chromewebstore.google.com/detail/porno-porn-blocker-beta/fnfchnplgejcfmphhboehhlpcjnjkomp
Popis Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.
Velikost souboru 253 KB
Počet instalací 10,000
Aktuální Verze 0.0.1.904
Poslední Aktualizace 2023-10-30
Datum Vydání 2019-03-22
Hodnocení 4.56/5 Celkem 72 Hodnocení
Vývojář https://pornblockeris.me
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mrvivacious/PorNo-_Porn_Blocker
URL Stránky Nápovědy https://www.reddit.com/r/ourlastpornblocker/
Podporované Jazyky 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"
    ]
}