X Control Filter

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

Co je X Control Filter?

X Control Filter je rozšíření Chrome vyvinuté X Control Filter, a jeho hlavní funkcí je „X Control Filter removes unwanted content from various websites at your will.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření X Control Filter

Stáhněte si soubory rozšíření X Control Filter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název X Control Filter X Control Filter
ID jadgecfpkneaddklkhacaebakhmlccgl
Oficiální URL https://chrome.google.com/webstore/detail/x-control-filter/jadgecfpkneaddklkhacaebakhmlccgl
Popis X Control Filter removes unwanted content from various websites at your will.
Velikost souboru 1.18 MB
Počet instalací 128
Aktuální Verze 1.1.10
Poslední Aktualizace 2018-07-18
Datum Vydání 2018-07-18
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář X Control Filter
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}