PorNo! Porn Blocker (Beta)

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

PorNo! Porn Blocker (Beta)とは何ですか?

PorNo! Porn Blocker (Beta)はhttps://pornblockeris.meによって開発されたChromeの拡張機能で、その主な機能は「Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

PorNo! Porn Blocker (Beta)拡張機能のCRXファイルをダウンロード

PorNo! Porn Blocker (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 PorNo! Porn Blocker (Beta) PorNo! Porn Blocker (Beta)
ID fnfchnplgejcfmphhboehhlpcjnjkomp
公式URL https://chromewebstore.google.com/detail/porno-porn-blocker-beta/fnfchnplgejcfmphhboehhlpcjnjkomp
説明 Beat porn once and for all. Redirect your temptations to wholesome and healthy outlets.
ファイルサイズ 253 KB
インストール数 10,000
現在のバージョン 0.0.1.904
最終更新日 2023-10-30
公開日 2019-03-22
評価 4.56/5 合計 72 レビュー
開発者 https://pornblockeris.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mrvivacious/PorNo-_Porn_Blocker
ヘルプページのURL https://www.reddit.com/r/ourlastpornblocker/
対応言語 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"
    ]
}