Pixels

Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…

Pixelsคืออะไร?

Pixels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Treehouse Tech Labs และคุณลักษณะหลักของมันคือ "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

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

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

                        Because the internet is not always the friendliest of places for families, Pixels
helps protect you and your family by blurring some of the images on a website.

Pixels: (DblClk) Default Blur Website (Clk) Blur/UnBlur

Note: Pixels is just one line of defense, keep your good guard up!                    

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

ชื่อ Pixels Pixels
ID fihbadnpinfemnkcmhmfelcafmmggbhk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk
คำอธิบาย Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
ขนาดไฟล์ 43.81 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-07-05
วันที่เผยแพร่ 2017-07-05
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Treehouse Tech Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixels",
    "version": "1.0.0",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "event_h.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_title": "Pixels: (DblClk) Default Blur Website (Clk) Blur\/UnBlur ",
        "default_icon": "128.png",
        "name": "Pixels"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "manifest_version": 2
}