Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
What is Pixels?
Pixels is a Chrome extension developed by Treehouse Tech Labs, and its main feature is "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
Extension Screenshots
Download Pixels Extension CRX File
Download Pixels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
Official URL | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
Description | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
File Size | 43.81 KB |
Installation Count | 111 |
Current Version | 1.0.0 |
Last Updated | 2017-07-05 |
Publish Date | 2017-07-05 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Treehouse Tech Labs |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |