Detox Browser

Restrict sensitive topics towards mental health

Τι είναι το Detox Browser;

Το Detox Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Noble Saji Mathews, και η κύρια λειτουργία του είναι "Restrict sensitive topics towards mental health".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Detox Browser

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

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

                        DetoxBrowser enables a user to filter out content which he/she might feel is adversely affecting their mental well-being. In addition to default filters, the extension enables a user to fine-tune the browsing experience as per their individual requirements. The extension analyzes sentiment, categories and blacklisted topics to prevent the user from being overwhelmed with information that can possibly traumatize the user. The extension achieves this through simple keyword-based checks followed by detailed analysis. Even though it is mainly aimed at google search results it also checks websites for topics blacklisted by the user. The extension is in active development and its features are being continuously improved. 

Temporarily stop getting search results about information that may be sensitive to the user.  For example, one could add words such as “Stocks”, “News about Abuse”, “Murders / Deaths”, “Adult / Slang” etc.

Uses a basic but quick wordlist based sentiment analysis to flag badly worded or concerning results.

Can add in words and tweak the sensitivity of filter based on issues.

Shows tags the search result is about on hover, and the source of the result so can be unhidden if the user wants to.

Note: Search results are not analyzed on special pages such as that obtained when directly searching for pandemic related info and or other topics with misinformation surrounding them to prevent these from being blocked.

Abusive language filtered with leet and profanity checks.

Option between direct removal from google search if blacklisted keywords detected. 

Blacklist supports phrases as well

Remote server for categorization and detailed analysis of flagged articles.

Categorization based on 20 years Times of India headlines dataset

Onload website blocking if blacklisted words detected on any non -google search based site.

Upcoming Features :

Adding a secondary check with context-aware sentiment analysis to reduce false positives without user intervention.

Changing / Retraining the categorization ML model to a more accurate variant.

Starter keywords to slide default levels for a casual user.

Taking into account dislikes and image metadata for more features surrounding media.

Extend native full-fledged support for social apps.

Inspiration : One of many news articles that highlights the growing issue. Further even in general issues and for those who suffer from PTSD.  

This extension is continuously being improved, we appreciate your valuable feedback and are open to any feature requests you may have.

- An Initiative by RISHA Lab IIT Tirupati
Contact Email : [email protected]
Technical Issues: [email protected]                    

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

Όνομα Detox Browser Detox Browser
ID koijidjlnmdpkedgkojgceljaoegbifp
Επίσημο URL https://chromewebstore.google.com/detail/detox-browser/koijidjlnmdpkedgkojgceljaoegbifp
Περιγραφή Restrict sensitive topics towards mental health
Μέγεθος Αρχείου 189 KB
Αριθμός Εγκαταστάσεων 86
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-05-27
Ημερομηνία Δημοσίευσης 2021-05-23
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Noble Saji Mathews
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/iittp.ac.in/detoxbrowser
Διεύθυνση URL της Σελίδας Βοήθειας https://sites.google.com/iittp.ac.in/detoxbrowser#h.x9q132v7zy37
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Detox Browser",
    "author": "Noble Saji Mathews",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Restrict sensitive topics towards mental health",
    "icons": {
        "128": "images\/a128.png",
        "16": "images\/a16.png",
        "32": "images\/a32.png",
        "48": "images\/a48.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Detox Browser",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "browser_action\/popup.html"
    },
    "options_ui": {
        "page": "browser_action\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/bundle.js"
            ],
            "css": [
                "inject.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ad\/*",
                "*:\/\/*.google.ae\/*",
                "*:\/\/*.google.com.af\/*",
                "*:\/\/*.google.com.ag\/*",
                "*:\/\/*.google.com.ai\/*",
                "*:\/\/*.google.al\/*",
                "*:\/\/*.google.am\/*",
                "*:\/\/*.google.co.ao\/*",
                "*:\/\/*.google.com.ar\/*",
                "*:\/\/*.google.as\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.az\/*",
                "*:\/\/*.google.ba\/*",
                "*:\/\/*.google.com.bd\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.bf\/*",
                "*:\/\/*.google.bg\/*",
                "*:\/\/*.google.com.bh\/*",
                "*:\/\/*.google.bi\/*",
                "*:\/\/*.google.bj\/*",
                "*:\/\/*.google.com.bn\/*",
                "*:\/\/*.google.com.bo\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.bs\/*",
                "*:\/\/*.google.bt\/*",
                "*:\/\/*.google.co.bw\/*",
                "*:\/\/*.google.by\/*",
                "*:\/\/*.google.com.bz\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.cd\/*",
                "*:\/\/*.google.cf\/*",
                "*:\/\/*.google.cg\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.ci\/*",
                "*:\/\/*.google.co.ck\/*",
                "*:\/\/*.google.cl\/*",
                "*:\/\/*.google.cm\/*",
                "*:\/\/*.google.cn\/*",
                "*:\/\/*.google.com.co\/*",
                "*:\/\/*.google.co.cr\/*",
                "*:\/\/*.google.com.cu\/*",
                "*:\/\/*.google.cv\/*",
                "*:\/\/*.google.com.cy\/*",
                "*:\/\/*.google.cz\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dj\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.dm\/*",
                "*:\/\/*.google.com.do\/*",
                "*:\/\/*.google.dz\/*",
                "*:\/\/*.google.com.ec\/*",
                "*:\/\/*.google.ee\/*",
                "*:\/\/*.google.com.eg\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.com.et\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.com.fj\/*",
                "*:\/\/*.google.fm\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.ga\/*",
                "*:\/\/*.google.ge\/*",
                "*:\/\/*.google.gg\/*",
                "*:\/\/*.google.com.gh\/*",
                "*:\/\/*.google.com.gi\/*",
                "*:\/\/*.google.gl\/*",
                "*:\/\/*.google.gm\/*",
                "*:\/\/*.google.gp\/*",
                "*:\/\/*.google.gr\/*",
                "*:\/\/*.google.com.gt\/*",
                "*:\/\/*.google.gy\/*",
                "*:\/\/*.google.com.hk\/*",
                "*:\/\/*.google.hn\/*",
                "*:\/\/*.google.hr\/*",
                "*:\/\/*.google.ht\/*",
                "*:\/\/*.google.hu\/*",
                "*:\/\/*.google.co.id\/*",
                "*:\/\/*.google.ie\/*",
                "*:\/\/*.google.co.il\/*",
                "*:\/\/*.google.im\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.iq\/*",
                "*:\/\/*.google.is\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.je\/*",
                "*:\/\/*.google.com.jm\/*",
                "*:\/\/*.google.jo\/*",
                "*:\/\/*.google.co.jp\/*",
                "*:\/\/*.google.co.ke\/*",
                "*:\/\/*.google.com.kh\/*",
                "*:\/\/*.google.ki\/*",
                "*:\/\/*.google.kg\/*",
                "*:\/\/*.google.co.kr\/*",
                "*:\/\/*.google.com.kw\/*",
                "*:\/\/*.google.kz\/*",
                "*:\/\/*.google.la\/*",
                "*:\/\/*.google.com.lb\/*",
                "*:\/\/*.google.li\/*",
                "*:\/\/*.google.lk\/*",
                "*:\/\/*.google.co.ls\/*",
                "*:\/\/*.google.lt\/*",
                "*:\/\/*.google.lu\/*",
                "*:\/\/*.google.lv\/*",
                "*:\/\/*.google.com.ly\/*",
                "*:\/\/*.google.co.ma\/*",
                "*:\/\/*.google.md\/*",
                "*:\/\/*.google.me\/*",
                "*:\/\/*.google.mg\/*",
                "*:\/\/*.google.mk\/*",
                "*:\/\/*.google.ml\/*",
                "*:\/\/*.google.com.mm\/*",
                "*:\/\/*.google.mn\/*",
                "*:\/\/*.google.ms\/*",
                "*:\/\/*.google.com.mt\/*",
                "*:\/\/*.google.mu\/*",
                "*:\/\/*.google.mv\/*",
                "*:\/\/*.google.mw\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.com.my\/*",
                "*:\/\/*.google.co.mz\/*",
                "*:\/\/*.google.com.na\/*",
                "*:\/\/*.google.com.nf\/*",
                "*:\/\/*.google.com.ng\/*",
                "*:\/\/*.google.com.ni\/*",
                "*:\/\/*.google.ne\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.com.np\/*",
                "*:\/\/*.google.nr\/*",
                "*:\/\/*.google.nu\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.com.om\/*",
                "*:\/\/*.google.com.pa\/*",
                "*:\/\/*.google.com.pe\/*",
                "*:\/\/*.google.com.pg\/*",
                "*:\/\/*.google.com.ph\/*",
                "*:\/\/*.google.com.pk\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.pn\/*",
                "*:\/\/*.google.com.pr\/*",
                "*:\/\/*.google.ps\/*",
                "*:\/\/*.google.pt\/*",
                "*:\/\/*.google.com.py\/*",
                "*:\/\/*.google.com.qa\/*",
                "*:\/\/*.google.ro\/*",
                "*:\/\/*.google.ru\/*",
                "*:\/\/*.google.rw\/*",
                "*:\/\/*.google.com.sa\/*",
                "*:\/\/*.google.com.sb\/*",
                "*:\/\/*.google.sc\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.com.sg\/*",
                "*:\/\/*.google.sh\/*",
                "*:\/\/*.google.si\/*",
                "*:\/\/*.google.sk\/*",
                "*:\/\/*.google.com.sl\/*",
                "*:\/\/*.google.sn\/*",
                "*:\/\/*.google.so\/*",
                "*:\/\/*.google.sm\/*",
                "*:\/\/*.google.sr\/*",
                "*:\/\/*.google.st\/*",
                "*:\/\/*.google.com.sv\/*",
                "*:\/\/*.google.td\/*",
                "*:\/\/*.google.tg\/*",
                "*:\/\/*.google.co.th\/*",
                "*:\/\/*.google.com.tj\/*",
                "*:\/\/*.google.tk\/*",
                "*:\/\/*.google.tl\/*",
                "*:\/\/*.google.tm\/*",
                "*:\/\/*.google.tn\/*",
                "*:\/\/*.google.to\/*",
                "*:\/\/*.google.com.tr\/*",
                "*:\/\/*.google.tt\/*",
                "*:\/\/*.google.com.tw\/*",
                "*:\/\/*.google.co.tz\/*",
                "*:\/\/*.google.com.ua\/*",
                "*:\/\/*.google.co.ug\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.com.uy\/*",
                "*:\/\/*.google.co.uz\/*",
                "*:\/\/*.google.com.vc\/*",
                "*:\/\/*.google.co.ve\/*",
                "*:\/\/*.google.vg\/*",
                "*:\/\/*.google.co.vi\/*",
                "*:\/\/*.google.com.vn\/*",
                "*:\/\/*.google.vu\/*",
                "*:\/\/*.google.ws\/*",
                "*:\/\/*.google.rs\/*",
                "*:\/\/*.google.co.za\/*",
                "*:\/\/*.google.co.zm\/*",
                "*:\/\/*.google.co.zw\/*",
                "*:\/\/*.google.cat\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "browser_action\/jquery-3.6.0.min.js",
                "browser_action\/jquery.modal.min.js",
                "scripts\/inject.js"
            ],
            "css": [
                "browser_action\/jquery.modal.min.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "images\/emote\/np.png",
        "images\/emote\/n0.5.png",
        "images\/emote\/0.png",
        "images\/emote\/p0.5.png",
        "images\/emote\/pp.png"
    ]
}