Skin Tone Image Filter
This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone
What is Skin Tone Image Filter?
Skin Tone Image Filter is a Chrome extension developed by corpit.devel, and its main feature is "This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone".
Extension Screenshots
Download Skin Tone Image Filter Extension CRX File
Download Skin Tone Image Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this extension to have skin tones in images greyed out, to minimize exposure to nudity and unwanted content during casual browsing. This extension is a fork of existing extensions in the store and is under active development (July 2023). Goals are to migrate to manifest v3 (complete), update the detection algorithm (complete), fix rendering bugs (in progress), and improve performance (awaiting contributions). Code submissions are welcome: https://github.com/yois615/OS-Image-Filter
Extension Basic Information
Name | Skin Tone Image Filter |
ID | olmgdlhfhakafgkfibdbkofbiakfombk |
Official URL | https://chromewebstore.google.com/detail/skin-tone-image-filter/olmgdlhfhakafgkfibdbkofbiakfombk |
Description | This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone |
File Size | 79.22 KB |
Installation Count | 200 |
Current Version | 3.3.10 |
Last Updated | 2023-07-06 |
Publish Date | 2023-06-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | corpit.devel |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skin Tone Image Filter", "short_name": "SKINTONEIMAGEFILTER", "version": "3.3.10", "manifest_version": 3, "description": "This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone", "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "action": { "default_icon": ".\/images\/icon-d.png", "default_title": "Skin Tone Filter", "default_popup": "popup.htm" }, "background": { "service_worker": ".\/js\/background.js" }, "options_page": "options.htm", "content_scripts": [ { "matches": [ " |