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
官方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
}