PorNo! Porn Blocker (Beta)

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

O que é PorNo! Porn Blocker (Beta)?

PorNo! Porn Blocker (Beta) é uma extensão do Chrome desenvolvida por https://pornblockeris.me, e sua principal característica é "Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PorNo! Porn Blocker (Beta)

Baixe arquivos de extensão PorNo! Porn Blocker (Beta) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PorNo! Porn Blocker (Beta) PorNo! Porn Blocker (Beta)
ID fnfchnplgejcfmphhboehhlpcjnjkomp
URL Oficial https://chromewebstore.google.com/detail/porno-porn-blocker-beta/fnfchnplgejcfmphhboehhlpcjnjkomp
Descrição Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.
Tamanho do Arquivo 253 KB
Contagem de Instalações 10,000
Versão Atual 0.0.1.904
Última Atualização 2023-10-30
Data de Publicação 2019-03-22
Classificação 4.56/5 Total de 72 Avaliações
Desenvolvedor https://pornblockeris.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mrvivacious/PorNo-_Porn_Blocker
URL da Página de Ajuda https://www.reddit.com/r/ourlastpornblocker/
Idiomas Suportados 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"
    ]
}