X Control Filter

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

Qu'est-ce que X Control Filter ?

X Control Filter est une extension Chrome développée par X Control Filter, et sa fonction principale est "X Control Filter removes unwanted content from various websites at your will.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension X Control Filter

Téléchargez les fichiers d'extension X Control Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom X Control Filter X Control Filter
ID jadgecfpkneaddklkhacaebakhmlccgl
URL Officiel https://chrome.google.com/webstore/detail/x-control-filter/jadgecfpkneaddklkhacaebakhmlccgl
Description X Control Filter removes unwanted content from various websites at your will.
Taille du Fichier 1.18 MB
Nombre d'Installations 128
Version Actuelle 1.1.10
Dernière Mise à Jour 2018-07-18
Date de Publication 2018-07-18
Évaluation 4.00/5 Total 8 Évaluations
Développeur X Control Filter
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}