True Self

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

Qu'est-ce que True Self ?

True Self est une extension Chrome développée par taynefemple, et sa fonction principale est "Select a new name to display on web pages and become your True Self".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension True Self

Téléchargez les fichiers d'extension True Self au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom True Self True Self
ID jlicaofhpaiikigidgljkklgjpnfojon
URL Officiel https://chromewebstore.google.com/detail/true-self/jlicaofhpaiikigidgljkklgjpnfojon
Description Select a new name to display on web pages and become your True Self
Taille du Fichier 33 KB
Nombre d'Installations 1,332
Version Actuelle 1.2
Dernière Mise à Jour 2022-05-04
Date de Publication 2019-06-11
Évaluation 3.88/5 Total 8 Évaluations
Développeur taynefemple
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}