Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Cos'è Pixels?
Pixels è un'estensione di Chrome sviluppata da Treehouse Tech Labs, e la sua funzione principale è "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pixels
Scarica i file di estensione Pixels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
URL Ufficiale | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
Descrizione | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
Dimensione del File | 43.81 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-07-05 |
Data di Pubblicazione | 2017-07-05 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Treehouse Tech Labs |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |