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
Eメール [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
}