True Self

Select a new name to display on web pages and become your True Self

True Selfคืออะไร?

True Self เป็นส่วนขยายของ Chrome ที่พัฒนาโดย taynefemple และคุณลักษณะหลักของมันคือ "Select a new name to display on web pages and become your True Self"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย True Self

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

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

                        If a person who is transgender hasn't changed their name legally, they see their given name everywhere they go. True Self allows you to substitute your given name with your chosen name on any web page you visit. Or you can test out a new name! Just type your old name in the 'Given Name' field and your new name in the 'True Self' field. Then click apply to refresh. To erase the settings, just turn the slider off. Unless turned off, settings will save across browsing sessions.

Welcome home! You are your True Self!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ True Self True Self
ID jlicaofhpaiikigidgljkklgjpnfojon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/true-self/jlicaofhpaiikigidgljkklgjpnfojon
คำอธิบาย Select a new name to display on web pages and become your True Self
ขนาดไฟล์ 33 KB
จำนวนการติดตั้ง 1,332
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-05-04
วันที่เผยแพร่ 2019-06-11
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา taynefemple
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "True Self",
    "version": "1.2",
    "description": "Select a new name to display on web pages and become your True Self",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/disabledIcon.png"
        },
        "default_popup": "popup.html",
        "default_title": "trueSelf"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/flagSmall.png",
        "48": "images\/flagMedium.png",
        "128": "images\/flagLarge.png"
    }
}