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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}