Pixels

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

Apa itu Pixels?

Pixels adalah ekstensi Chrome yang dikembangkan oleh Treehouse Tech Labs, dan fitur utamanya adalah "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pixels

Unduh file ekstensi Pixels dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Pixels Pixels
ID fihbadnpinfemnkcmhmfelcafmmggbhk
URL Resmi https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk
Deskripsi Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Ukuran File 43.81 KB
Jumlah Instalasi 111
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-07-05
Tanggal Publikasi 2017-07-05
Penilaian 4.00/5 Total 2 Penilaian
Pengembang Treehouse Tech Labs
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}