Selective Image Blocker

When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.

ما هو Selective Image Blocker؟

Selective Image Blocker هو إضافة Chrome تم تطويرها بواسطة twongers، والميزة الرئيسية لها هي "When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.".

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

screenshot

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

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

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

                        Selective Image Blocker allows you to block images that match ANY keywords you specify!

This extensions is not perfect, but attempts to protect you from images you may not want to see. Examples include:

- Snakes
- Spiders
- Children
- Monsters
- Ghosts
- Presidents

== UPDATED VERSION 1.1 ==
- Keywords can be locked with a password or PIN for parental controls
- Will now hide images that are revealed through scrolling                    

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

الاسم Selective Image Blocker Selective Image Blocker
ID bdimdjhcpdbgdnmclfgmlapnpokafhpe
عنوان URL الرسمي https://chromewebstore.google.com/detail/selective-image-blocker/bdimdjhcpdbgdnmclfgmlapnpokafhpe
الوصف When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.
حجم الملف 149 KB
عدد التثبيتات 710
النسخة الحالية 1.1
آخر تحديث 2020-11-19
تاريخ النشر 2019-04-15
تقييم 3.25/5 مجموع تقييمات 12
المطور twongers
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selective Image Blocker",
    "description": "When visiting webpages, blocks photos of keywords you define. Keywords can be locked with a pin for parental controls.",
    "version": "1.1",
    "icons": {
        "32": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "bg.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "snakeblocker.css"
            ],
            "js": [
                "jquery.js",
                "chrome.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}