X Control Filter

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

ما هو X Control Filter؟

X Control Filter هو إضافة Chrome تم تطويرها بواسطة X Control Filter، والميزة الرئيسية لها هي "X Control Filter removes unwanted content from various websites at your will.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة X Control Filter

قم بتنزيل ملفات الامتداد X Control Filter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم X Control Filter X Control Filter
ID jadgecfpkneaddklkhacaebakhmlccgl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/x-control-filter/jadgecfpkneaddklkhacaebakhmlccgl
الوصف X Control Filter removes unwanted content from various websites at your will.
حجم الملف 1.18 MB
عدد التثبيتات 128
النسخة الحالية 1.1.10
آخر تحديث 2018-07-18
تاريخ النشر 2018-07-18
تقييم 4.00/5 مجموع تقييمات 8
المطور X Control Filter
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
    }
}