Skin Filter
This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone
Cos'è Skin Filter?
Skin Filter è un'estensione di Chrome sviluppata da WebFilter, e la sua funzione principale è "This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Skin Filter
Scarica i file di estensione Skin Filter 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
*****There are bugs. This extension is under development.***** This extension attempts to block skin. This extension works by attempting to filter skin tone colored pixels. Please report all bugs. [email protected]
Informazioni di Base sull'Estensione
Nome | |
ID | digkbjcglmbbipijiogdeegbfbepgdon |
URL Ufficiale | https://chromewebstore.google.com/detail/skin-filter/digkbjcglmbbipijiogdeegbfbepgdon |
Descrizione | This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone |
Dimensione del File | 71.32 KB |
Conteggio Installazioni | 790 |
Versione Corrente | 3.11 |
Ultimo Aggiornamento | 2017-11-05 |
Data di Pubblicazione | 2017-11-05 |
Valutazione | 4.67/5 Totale 9 Valutazioni |
Sviluppatore | WebFilter |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skin Filter", "short_name": "Skin Filter", "version": "3.11", "manifest_version": 2, "description": "This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon-d.png", "default_title": "Overlay Images", "default_popup": "popup.htm" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.htm", "content_scripts": [ { "matches": [ " |