Porn Blocker

blocks pages containing porn.

Porn Blockerคืออะไร?

Porn Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ayman Eltemmsahy และคุณลักษณะหลักของมันคือ "blocks pages containing porn."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Porn Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Porn Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension blocks porn websites. It gives you the ability to change the opacity of the page to partially see what's beneath. And you can view the page if you decide you want to see it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
คำอธิบาย blocks pages containing porn.
ขนาดไฟล์ 61.37 KB
จำนวนการติดตั้ง 302
เวอร์ชันปัจจุบัน 1.14
อัปเดตครั้งล่าสุด 2014-11-17
วันที่เผยแพร่ 2014-11-17
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Ayman Eltemmsahy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Blocker",
    "version": "1.14",
    "description": "blocks pages containing porn.",
    "icons": {
        "16": "icon-16.ico",
        "48": "icon-48.ico",
        "128": "icon-128.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extra.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}