Block image

Block images and videos.

ما هو Block image؟

Block image هو إضافة Chrome تم تطويرها بواسطة HnQ، والميزة الرئيسية لها هي "Block images and videos.".

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

screenshot

تحميل ملف CRX للإضافة Block image

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

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

                        Prevent images from "DownLoading".
You can toggle blocking on/off by clicking the extension icon on the chrome toolbar.                    

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

الاسم Block image Block image
ID pehaalcefcjfccdpbckoablngfkfgfgj
عنوان URL الرسمي https://chromewebstore.google.com/detail/block-image/pehaalcefcjfccdpbckoablngfkfgfgj
الوصف Block images and videos.
حجم الملف 22.35 KB
عدد التثبيتات 10,000
النسخة الحالية 1.1
آخر تحديث 2018-06-28
تاريخ النشر 2018-06-28
تقييم 4.26/5 مجموع تقييمات 186
المطور HnQ
نوع الدفع free
اللغات المدعومة en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_desc__",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19-disabled.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}