Dead Name Be Gone

Replaces your deadname with your new name on sites

Dead Name Be Goneคืออะไร?

Dead Name Be Gone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AUnicornWithNoLife และคุณลักษณะหลักของมันคือ "Replaces your deadname with your new name on sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dead Name Be Gone

ดาวน์โหลดไฟล์ส่วนขยาย Dead Name Be Gone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}