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
官方網址 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
電子郵箱 [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"
    ]
}