Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
O que é Pixels?
Pixels é uma extensão do Chrome desenvolvida por Treehouse Tech Labs, e sua principal característica é "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pixels
Baixe arquivos de extensão Pixels no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
URL Oficial | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
Descrição | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
Tamanho do Arquivo | 43.81 KB |
Contagem de Instalações | 111 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-07-05 |
Data de Publicação | 2017-07-05 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Treehouse Tech Labs |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |