Soothe

Browse the web with peace of mind.

Soothe क्या है?

Soothe Niko Draca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse the web with peace of mind."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Soothe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Soothe is an extension made to help people browse the web without seeing malicious content. 

MISSION

Our main goal is to prevent online harassment and help users avoid seeing triggers while they browse the web. We strongly believe that no one online should have to worry about this.


FEATURES

- LIVE UPDATING:
Avoid seeing hateful messages in real time (Facebook, Twitter etc.)

- SENTIMENT ANALYSIS:
We will not filter out content until we determine the context, meaning you won't miss out on anything

- ADD TERMS:
If we happened to miss a word/phrase you can tag it and help us become a better for the community!

- PERSONALIZED:
Only check off the content that makes you uncomfortable and we will help you avoid it.                    

एक्सटेंशन की मूल जानकारी

नाम Soothe Soothe
ID joaijebnefdghgmjodecakgdhjgolaan
आधिकारिक URL https://chrome.google.com/webstore/detail/soothe/joaijebnefdghgmjodecakgdhjgolaan
विवरण Browse the web with peace of mind.
फ़ाइल का आकार 294 KB
स्थापना संख्या 191
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2020-05-19
प्रकाशन तिथि 2020-05-19
रेटिंग 4.74/5 कुल 39 रेटिंग्स
डेवलपर Niko Draca
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.soothe.care/
सहायता पृष्ठ URL http://www.soothe.care/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soothe",
    "description": "Browse the web with peace of mind.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "public\/img\/soothe-icon-16.png",
        "48": "public\/img\/soothe-icon-48.png",
        "128": "public\/img\/soothe-icon-128.png"
    },
    "background": {
        "scripts": [
            "bower_components\/firebase\/firebase.js",
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/searchDOM.js",
                "content\/blur.js",
                "content\/content.js",
                "bower_components\/sentimood\/sentimood.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "activeTab",
        "storage",
        "debugger",
        "contextMenus"
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "Soothe",
        "default_popup": "public\/index.html"
    }
}