Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Was ist Pixels?
Pixels ist eine Chrome-Erweiterung, die von Treehouse Tech Labs entwickelt wurde, und ihr Hauptmerkmal ist "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
Erweiterungsscreenshots
Pixels-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pixels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
Offizielle URL | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
Beschreibung | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
Dateigröße | 43.81 KB |
Installationsanzahl | 111 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-07-05 |
Veröffentlichungsdatum | 2017-07-05 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Treehouse Tech Labs |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |