True Self

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

True Selfとは何ですか?

True Selfはtaynefempleによって開発されたChromeの拡張機能で、その主な機能は「Select a new name to display on web pages and become your True Self」です。

拡張機能のスクリーンショット

screenshot

True Self拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}