Incognito Bear: Your Browser History Cleaner

Remove NSFW websites and content from your browsing history in one click. Helping when you forget to use incognito mode.

Τι είναι το Incognito Bear: Your Browser History Cleaner;

Το Incognito Bear: Your Browser History Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://coffeeandfun.com, και η κύρια λειτουργία του είναι "Remove NSFW websites and content from your browsing history in one click. Helping when you forget to use incognito mode.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Incognito Bear: Your Browser History Cleaner

Λήψη αρχείων επέκτασης Incognito Bear: Your Browser History Cleaner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🐻 Explore the web without leaving a trace with Incognito Bear! 🕵️‍♂️ A premium extension that safeguards your privacy by diligently cleaning your browser history. With just a single click, Incognito Bear clears any sensitive or NSFW content from your history, offering you a secure and stress-free browsing experience.

🌈 Why is Incognito Bear your ultimate choice?

🖱 One-click Clean: 
Incognito Bear, with its user-friendly interface, requires just one click to sanitize your browsing history, making it the ideal tool for worry-free web exploration.

⏰ Last 15 Minutes History Erasure: 
Made a recent browsing mistake? Don’t fret! Our service can remove the last 15 minutes of your browsing history in an instant.

🚫 Bypass Incognito Mode: 
With Incognito Bear, the need to switch to incognito mode every time you surf the web is eliminated. Click the extension, and it will erase any NSFW content from your history immediately.

🔍 Customized Filtering: 
Choose from our expansive list of 16,000 NSFW terms or create your own personalized list of websites and terms, enhancing your browsing experience.

💡 Invest in Your Privacy: 
Incognito Bear is a paid service, a small price for preserving your online privacy and peace of mind.

🛡 Our Privacy Promise:

🔐 Your data is your own, and we respect that. Incognito Bear adheres to a strict zero-tracking policy to ensure your data privacy is never compromised.



💰 Why does it cost 15 USD a year?
The 5 annual fee is there because we've got some real costs to cover to keep the app running smoothly. It supports ongoing improvements, bug fixes, and the development of new features. It's all about giving you a top-notch tool that keeps getting better. Thanks for helping us make that happen! 👍


🎈 Incognito Bear is proudly brought to you by Coffee & Fun LLC                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Incognito Bear: Your Browser History Cleaner Incognito Bear: Your Browser History Cleaner
ID dlaaokddhijpjafgiihacafcljkenefe
Επίσημο URL https://chromewebstore.google.com/detail/incognito-bear-your-brows/dlaaokddhijpjafgiihacafcljkenefe
Περιγραφή Remove NSFW websites and content from your browsing history in one click. Helping when you forget to use incognito mode.
Μέγεθος Αρχείου 1.42 MB
Αριθμός Εγκαταστάσεων 124
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2023-02-24
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://coffeeandfun.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://incognitomode.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://incognitomode.app/
URL της Σελίδας Πολιτικής Απορρήτου https://www.incognitomode.app
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,nl,no,vi,tr,ca,et,es,hr,it,lv,hu,sl,sv,cs,el,sr,bg,uk,fa,mr,bn,gu,te,kn-IN,ml,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/incognitomode.app",
    "icons": {
        "16": "assets\/images\/icons\/16.png",
        "32": "assets\/images\/icons\/32.png",
        "48": "assets\/images\/icons\/48.png",
        "64": "assets\/images\/icons\/64.png",
        "128": "assets\/images\/icons\/128.png",
        "512": "assets\/images\/icons\/512.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icons\/16.png",
            "32": "assets\/images\/icons\/32.png",
            "48": "assets\/images\/icons\/48.png",
            "64": "assets\/images\/icons\/64.png",
            "128": "assets\/images\/icons\/128.png",
            "512": "assets\/images\/icons\/512.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js",
        "module": true
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "permissions": [
        "history",
        "storage",
        "alarms",
        "sidePanel"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}