X Control Filter

X Control Filter removes unwanted content from various websites at your will.

What is X Control Filter?

X Control Filter is a Chrome extension developed by X Control Filter, and its main feature is "X Control Filter removes unwanted content from various websites at your will.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download X Control Filter Extension CRX File

Download X Control Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        X Control filter is designed to search and elegantly remove any internet content you don't want to see in your online life on news websites (CNN and Huffington Post) and on social networks (FaceBook and Twitter). By entering words or terms you don't want to see online in X Control Filter Option page you will successfully remove any news articles that contain those words or terms in their headlines. It will also discreetly remove any posts on FaceBook and Twitter that contain your chosen words. Option page contains 4 ON/OFF switch buttons that enables you to chose on which 4 websites you want to use X Control Filter. Removing entered word is extremely easy just point your mouse over it and click it.  

X Control Filter Team

Please feel free to ask us any question you might have and Share and Like our extension too on 

Facebook https://www.facebook.com/xcontrolfilter/
Twitter  https://twitter.com/xcontrolfilter

X Control Filter, Version 1.1.8 and 1.1.9 and 1.1.10

1. Improved extension overall performance. 
2. More accurate filtering then ever before.
3. New click to delete entered word feature.
4. New elegant design of option page.
5. Redesigned Logo.
6. New elegant ON/OFF buttons
7. Redesigned pop up. 
8. Social network buttons                    

Extension Basic Information

Name X Control Filter X Control Filter
ID jadgecfpkneaddklkhacaebakhmlccgl
Official URL https://chrome.google.com/webstore/detail/x-control-filter/jadgecfpkneaddklkhacaebakhmlccgl
Description X Control Filter removes unwanted content from various websites at your will.
File Size 1.18 MB
Installation Count 128
Current Version 1.1.10
Last Updated 2018-07-18
Publish Date 2018-07-18
Rating 4.00/5 Total 8 Ratings
Developer X Control Filter
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "X Control Filter",
    "short_name": "XCF",
    "version": "1.1.10",
    "version_name": "1.1.10",
    "description": "X Control Filter removes unwanted content from various websites at your will.",
    "icons": {
        "16": "icons\/xcontrolfilter16.png",
        "48": "icons\/xcontrolfilter48.png",
        "128": "icons\/xcontrolfilter128.png"
    },
    "browser_action": {
        "default_icon": "icons\/xcontrolfilter128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "X Control Filter"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/events.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}