Fantom Blocker

Hide page elements, images and iframes

ما هو Fantom Blocker؟

Fantom Blocker هو إضافة Chrome تم تطويرها بواسطة Fantom، والميزة الرئيسية لها هي "Hide page elements, images and iframes ".

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

screenshot

تحميل ملف CRX للإضافة Fantom Blocker

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

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

                        It is a simple web page element hiding tool.

It can:
 - Hide/Show page elements, images and iframes;
 - Edit filter rules to get desired element;
 - Hide images or iframes from the list.                    

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

الاسم Fantom Blocker Fantom Blocker
ID dclialiegildbilonpgamcdljlabgieh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dclialiegildbilonpgamcdljlabgieh
الوصف Hide page elements, images and iframes
حجم الملف 141 KB
عدد التثبيتات 68
النسخة الحالية 2.1.9
آخر تحديث 2015-11-18
تاريخ النشر 2015-11-18
تقييم 3.22/5 مجموع تقييمات 9
المطور Fantom
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantom Blocker",
    "version": "2.1.9",
    "description": "Hide page elements, images and iframes ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Hide page elements",
        "default_icon": "19.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "fantom_blocker_styles.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "eData.js",
                "utils.js",
                "eEvents.js",
                "eEventHelper.js",
                "eWindow.js",
                "eWebHelper.js",
                "eRuleEditor.js",
                "eViews.js",
                "eElementHider.js",
                "entry_point.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "jquery-2.0.3.min.map",
        "images\/state.png",
        "images\/apply.png",
        "images\/cancel.png",
        "images\/rules.png",
        "images\/remove.png",
        "images\/edit2.png",
        "images\/iframe.png",
        "images\/image.png"
    ],
    "oauth2": {
        "client_id": "384681611987-v57ie9ira0l0sqkh7s8djr63eo757jkl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC\/VJMOPqGrL4A5PA9U19M6k23xMJseiC106fCBA3srjdRs4ZxL5F2qsYtUBSJx7STBXrcxAnbjIIOzE2jBjyMcPmG11VPHgCiRmvSk4ASR6YR\/5IJ4niaISJCgD8ulCMDRmQkhcdr33MHjPktnCEmqEIHwJCaonCDOKoQC93NrBwIDAQAB",
    "manifest_version": 2
}