Pixels

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

什麼是Pixels?

Pixels是由Treehouse Tech Labs開發的Chrome擴展程式,該擴展的主要功能是“Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…”。

擴展截圖

screenshot
screenshot
screenshot

下載Pixels擴展crx文件

下載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
官方網址 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
}