Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Hvad er Pixels?
Pixels er en Chrome-udvidelse udviklet af Treehouse Tech Labs, og dens hovedfunktion er "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
Udvidelsesskærmbilleder
Download Pixels-udvidelses-CRX-fil
Download Pixels-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
Officiel URL | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
Beskrivelse | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
Filstørrelse | 43.81 KB |
Antal Installationer | 111 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2017-07-05 |
Udgivelsesdato | 2017-07-05 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | Treehouse Tech Labs |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |