Content Filter

This extension censors text in web pages.

Content Filter क्या है?

Content Filter https://tekfused.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension censors text in web pages."।

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

screenshot

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

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

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

                        Are you tired of reading profanity and other foolishness on the web? Then this is the extension for you!! Choose what you want to filter out, and the extension censors the text on the page (You can view the uncensored text by hovering over the censored element with your mouse)!

You can choose the categories that are filtered:

1. Adult Content
2. Alcohol/Drugs
3. Profanity
4. Racist Content

Privacy:

The Content Filter does not track anything. It simply censors text in the webpage - that's all it does. No backdoors, no internet usage data sent to servers, none of that! In fact, one reason I created this extension is because I wanted to know what was happening with my data. I take privacy seriously!                    

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

नाम Content Filter Content Filter
ID gejbdglkenefbfddoaofohfjckjcgldm
आधिकारिक URL https://chromewebstore.google.com/detail/content-filter/gejbdglkenefbfddoaofohfjckjcgldm
विवरण This extension censors text in web pages.
फ़ाइल का आकार 379 KB
स्थापना संख्या 193
वर्तमान संस्करण 1.0.4.0
अंतिम अपडेट 2017-12-30
प्रकाशन तिथि 2017-12-30
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर https://tekfused.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tekfused.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Content Filter",
    "short_name": "Content Filter",
    "description": "This extension censors text in web pages.",
    "version": "1.0.4.0",
    "author": "TEKFused",
    "homepage_url": "https:\/\/www.tekfused.com",
    "browser_action": {
        "default_title": "Content Filter",
        "default_popup": "HTML\/options.html"
    },
    "options_ui": {
        "page": "HTML\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Scripts\/jquery.js",
                "Scripts\/cut.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "Scripts\/background.js"
        ]
    },
    "icons": {
        "128": "Images\/128x128.png",
        "48": "Images\/48x48.png",
        "32": "Images\/32x32.png",
        "16": "Images\/16x16.png"
    }
}