Pixels

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

Co je Pixels?

Pixels je rozšíření Chrome vyvinuté Treehouse Tech Labs, a jeho hlavní funkcí je „Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pixels

Stáhněte si soubory rozšíření Pixels ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Pixels Pixels
ID fihbadnpinfemnkcmhmfelcafmmggbhk
Oficiální URL https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk
Popis Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Velikost souboru 43.81 KB
Počet instalací 111
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-07-05
Datum Vydání 2017-07-05
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář Treehouse Tech Labs
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}