Pixels

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

Co to jest Pixels?

Pixels to rozszerzenie Chrome opracowane przez Treehouse Tech Labs, a jego główną funkcją jest „Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pixels

Pobierz pliki rozszerzeń Pixels w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pixels Pixels
ID fihbadnpinfemnkcmhmfelcafmmggbhk
Oficjalny URL https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk
Opis Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Rozmiar pliku 43.81 KB
Liczba instalacji 111
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-07-05
Data Publikacji 2017-07-05
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Treehouse Tech Labs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}