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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |