Porn Blocker / Adult Blocker - BlockerX

BlockerX is an adult content blocker extension for Chrome. It can block over 2 Million pornographic websites and any custom website

Was ist Porn Blocker / Adult Blocker - BlockerX?

Porn Blocker / Adult Blocker - BlockerX ist eine Chrome-Erweiterung, die von https://blockerx.net entwickelt wurde, und ihr Hauptmerkmal ist "BlockerX is an adult content blocker extension for Chrome. It can block over 2 Million pornographic websites and any custom website".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Porn Blocker / Adult Blocker - BlockerX-Erweiterungs-CRX-Datei herunterladen

Laden Sie Porn Blocker / Adult Blocker - BlockerX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you're looking for effective ways to block websites on Chrome, BlockerX is your go-to solution. As an advanced adult blocker and web blocker, this Chrome extension is designed to enhance your online experience. BlockerX excels in its ability to block websites, specifically adult content, YouTube, social media, and other online distractions.

BlockerX is more than just a typical website blocker; it's a comprehensive tool equipped with features like time monitoring on various websites, streak tracking to help you avoid distractions for extended periods, and an accountability partner feature to keep you aligned with your goals.

Key Features of BlockerX - a premier web and adult blocker:

Website Blocker: BlockerX allows you to add any unwanted website to your block list. In its free version, you can block up to three websites. Any page from a blocked website will be inaccessible, thanks to BlockerX's website blocker function.

Adult Blocker: This feature is crucial for blocking adult sites on Chrome. Once activated, the adult blocker function of BlockerX effectively blocks over 2 million adult websites.

Keyword Blocker: Block webpages containing specific keywords. For instance, to block gambling sites, add "gambling" to your block list, and any page with this word will be blocked by the adult blocker. The free version allows up to three keywords.

Whitelist: In case BlockerX blocks a site you need, you can whitelist it. This function ensures that any listed site or keyword won't be blocked by the website blocker.

My Stats: This feature provides insights into your browsing habits, showing the time spent on each site, helping you avoid time-wasting websites.

Advanced Features:

Accountability Partner Feature: This feature of the adult blocker enhances your commitment to avoiding distractions by involving a trusted partner.

Safe Search: As a web blocker, BlockerX filters adult content from search engine results.

Image Blocking: Utilizing Chrome's web request API, BlockerX filters out adult content in real time.

Incognito Mode Compatibility: The adult blocker also works in Chrome's incognito mode, maintaining control over your browsing in all scenarios.

Premium Features of BlockerX:

Unlimited Keywords and Websites: With the premium version, block an unlimited number of websites and keywords, enhancing BlockerX's functionality as a web blocker.

Uninstall Notification: Get notified if the extension is removed, keeping you accountable.

Customizable Messages and URLs: Personalize your website blocker experience with tailored messages and redirection URLs.

Daily Report to Partner: Keep your accountability partner informed with daily reports of any attempts to access websites blocked by BlockerX.

In conclusion, BlockerX stands out as an all-encompassing solution to block websites on Chrome, far exceeding the capabilities of a basic website blocker. It's an essential tool for anyone seeking a focused and productive internet experience.                    

Grundlegende Informationen zur Erweiterung

Name Porn Blocker / Adult Blocker - BlockerX Porn Blocker / Adult Blocker - BlockerX
ID jkkfeklkdokfnlfodkdafododleokdoa
Offizielle URL https://chromewebstore.google.com/detail/porn-blocker-adult-blocke/jkkfeklkdokfnlfodkdafododleokdoa
Beschreibung BlockerX is an adult content blocker extension for Chrome. It can block over 2 Million pornographic websites and any custom website
Dateigröße 4.03 MB
Installationsanzahl 75,698
Aktuelle Version 3.2.3
Letztes Update 2024-02-27
Veröffentlichungsdatum 2020-07-01
Bewertung 4.40/5 Insgesamt 620 Bewertungen
Entwickler https://blockerx.net
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.blockerx.net/
Hilfeseite URL https://accounts.blockerx.net/blockerx-support
URL der Datenschutzrichtlinien-Seite https://blockerx.net/our-privacy-policy
Unterstützte Sprachen de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,ru,uk,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extTitle__",
    "version": "3.2.3",
    "description": "__MSG_extSummary__",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "idle",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "BlockerX Porn Blocker",
        "default_icon": "\/assets\/icon16.png",
        "default_popup": "Popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ContentScripts\/scriptOnStart.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "ContentScripts\/scriptOnEnd.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "incognito": "split"
}