Skin Tone Image Filter
This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone
什麼是Skin Tone Image Filter?
Skin Tone Image Filter是由corpit.devel開發的Chrome擴展程式,該擴展的主要功能是“This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone”。
擴展截圖
下載Skin Tone Image Filter擴展crx文件
下載Skin Tone Image Filter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Skin Tone Image Filter |
ID | olmgdlhfhakafgkfibdbkofbiakfombk |
官方網址 | https://chromewebstore.google.com/detail/skin-tone-image-filter/olmgdlhfhakafgkfibdbkofbiakfombk |
簡介 | This extension filters images by analyzing their pixels, those within the human skin range are replaced by a grayscale tone |
檔案大小 | 79.22 KB |
安裝次數 | 200 |
目前版本 | 3.3.10 |
更新時間 | 2023-07-06 |
上架時間 | 2023-06-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | corpit.devel |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [ " |