Deadname Remover
An easy to use Google Chrome plugin to automatically remove and replace deadnames
Deadname Remover là gì?
Deadname Remover là một tiện ích mở rộng Chrome được phát triển bởi Ari Gibson, và tính năng chính của nó là "An easy to use Google Chrome plugin to automatically remove and replace deadnames".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Deadname Remover
Tải xuống các tệp mở rộng Deadname Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Once installed, a page should open where you can edit your name and deadname settings. To edit this later or to temporarily disable the plugin, click on the trans flag in the top right corner of your browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Deadname Remover |
ID | cceilgmnkeijahkehfcgfalepihfbcag |
URL Chính Thức | https://chromewebstore.google.com/detail/deadname-remover/cceilgmnkeijahkehfcgfalepihfbcag |
Mô tả | An easy to use Google Chrome plugin to automatically remove and replace deadnames |
Kích Thước Tệp | 31.7 KB |
Số Lần Cài Đặt | 38,733 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2022-12-13 |
Ngày Phát Hành | 2020-04-11 |
Đánh Giá | 4.56/5 Tổng số 369 Đánh Giá |
Nhà Phát Triển | Ari Gibson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/arimgibson/Deadname-Remover |
URL Trang Trợ Giúp | https://github.com/arimgibson/Deadname-Remover |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deadname Remover", "version": "1.2.3", "manifest_version": 2, "description": "An easy to use Google Chrome plugin to automatically remove and replace deadnames", "homepage_url": "https:\/\/github.com\/WillHayCode\/Deadname-Remover", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "open_in_tab": true, "page": "popup\/options.html" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Deadname Remover Options", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", " |