Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
Vad är Pixels?
Pixels är en Chrome-tillägg utvecklad av Treehouse Tech Labs, och dess huvudfunktion är "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
Tilläggsskärmbilder
Ladda ner Pixels-förlängningens CRX-fil
Ladda ner Pixels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
Officiell webbadress | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
Beskrivning | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
Filstorlek | 43.81 KB |
Antal Installationer | 111 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2017-07-05 |
Publiceringsdatum | 2017-07-05 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Treehouse Tech Labs |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |