Dead Name Be Gone
Replaces your deadname with your new name on sites
Dead Name Be Gone란 무엇입니까?
Dead Name Be Gone은(는) AUnicornWithNoLife에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces your deadname with your new name on sites"입니다.
확장 프로그램 스크린샷
Dead Name Be Gone 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
when browsing the web, It replaces your dead name with your chosen name. if you find any bugs or issues, please report them here: https://forms.gle/KhHubx7boGcrkzEN6 please also check out my other chrome plugin with adds inspirational quotes to your new tab page. Hope you find this plugin useful, AUnicornWithNoLife.
확장 프로그램 기본 정보
이름 | Dead Name Be Gone |
ID | flipidlgpkcgkpahlpjgfbngfmehlela |
공식 URL | https://chromewebstore.google.com/detail/dead-name-be-gone/flipidlgpkcgkpahlpjgfbngfmehlela |
설명 | Replaces your deadname with your new name on sites |
파일 크기 | 26.36 KB |
설치 횟수 | 349 |
현재 버전 | 4.0.0 |
최근 업데이트 | 2022-05-15 |
출시 날짜 | 2020-11-03 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | AUnicornWithNoLife |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,fr,es,sv |
manifest.json | |
{ "author": "AUnicornWithNoLife", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "logos\/logo128.png", "16": "logos\/logo16.png", "32": "logos\/logo32.png", "48": "logos\/logo48.png" }, "default_popup": "name.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "logos\/logo128.png", "16": "logos\/logo16.png", "32": "logos\/logo32.png", "48": "logos\/logo48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxPSWEn9OYTh1LPn5stpwO07RUszY4ix6Bf8An+taWQ4E2C50ZwidbgLg8lKwT72AvIu\/3p7+UQDDsJ4+3ThjpfPk\/fwbTQz9Vi1CY7FIseIDpIRXHLBykwumTSjWj2IxRjE323JCyceu65Bxp7j9ZKZhYDnq69T8KAW9mWgS8k2mKHa95JEzBmn8dCijugJ6larTwFc1vidOJ5mldEVJC+492j0PNLffZM8lqwgqTwV4JwDv3QI+xS88fw+40riU+fVwVlZqzLj7cn8s\/NKq\/a0A5\/JU4LlliJ5ZSHjYO9CmuS6CjZNvQho95pDPzNHOj9YRsHnNS7jm81e3KKP27QIDAQAB", "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "storage", "notifications" ], "short_name": "__MSG_shortName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.0.0" } |