Pixels

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

Wat is Pixels?

Pixels is een Chrome-extensie ontwikkeld door Treehouse Tech Labs, en de belangrijkste functie is "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pixels

Download Pixels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Pixels Pixels
ID fihbadnpinfemnkcmhmfelcafmmggbhk
Officiële URL https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk
Beschrijving Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Bestandsgrootte 43.81 KB
Aantal Installaties 111
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-07-05
Publicatiedatum 2017-07-05
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Treehouse Tech Labs
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}