X Control Filter

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

Apa itu X Control Filter?

X Control Filter adalah ekstensi Chrome yang dikembangkan oleh X Control Filter, dan fitur utamanya adalah "X Control Filter removes unwanted content from various websites at your will.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi X Control Filter

Unduh file ekstensi X Control Filter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama X Control Filter X Control Filter
ID jadgecfpkneaddklkhacaebakhmlccgl
URL Resmi https://chrome.google.com/webstore/detail/x-control-filter/jadgecfpkneaddklkhacaebakhmlccgl
Deskripsi X Control Filter removes unwanted content from various websites at your will.
Ukuran File 1.18 MB
Jumlah Instalasi 128
Versi Saat Ini 1.1.10
Terakhir Diperbarui 2018-07-18
Tanggal Publikasi 2018-07-18
Penilaian 4.00/5 Total 8 Penilaian
Pengembang X Control Filter
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}