Missed Gender
Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as
Missed Gender란 무엇입니까?
Missed Gender은(는) axprin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as"입니다.
확장 프로그램 스크린샷
Missed Gender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Missed Gender is an extension that allows users to replace their “deadname” with the name they identify as. By using simple word replacement, the extension is able to identify and replace names, helping to create a more comfortable online experience for those in the trans community.
확장 프로그램 기본 정보
이름 | Missed Gender |
ID | dcpnbdkljbekmoamlbcidojnccbhlhin |
공식 URL | https://chromewebstore.google.com/detail/missed-gender/dcpnbdkljbekmoamlbcidojnccbhlhin |
설명 | Creates a more comfortable experience for those in the trans community by replacing a user's "deadname" with a name they identify as |
파일 크기 | 51.5 KB |
설치 횟수 | 421 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-06-14 |
출시 날짜 | 2017-06-13 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | axprin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Missed Gender", "description": "Creates a more comfortable experience for those in the trans community by replacing a user's \"deadname\" with a name they identify as", "version": "1.0", "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "missed_gender_icon-16x16.png", "48": "missed_gender_icon-48x48.png", "128": "missed_gender_icon-128x128.png" }, "permissions": [ "storage" ] } |