Deadname Remover

An easy to use Google Chrome plugin to automatically remove and replace deadnames

Deadname Removerとは何ですか?

Deadname RemoverはAri Gibsonによって開発されたChromeの拡張機能で、その主な機能は「An easy to use Google Chrome plugin to automatically remove and replace deadnames」です。

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

screenshot

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

Deadname Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Deadname Remover Deadname Remover
ID cceilgmnkeijahkehfcgfalepihfbcag
公式URL https://chromewebstore.google.com/detail/deadname-remover/cceilgmnkeijahkehfcgfalepihfbcag
説明 An easy to use Google Chrome plugin to automatically remove and replace deadnames
ファイルサイズ 31.7 KB
インストール数 38,733
現在のバージョン 1.2.3
最終更新日 2022-12-13
公開日 2020-04-11
評価 4.56/5 合計 369 レビュー
開発者 Ari Gibson
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/arimgibson/Deadname-Remover
ヘルプページのURL https://github.com/arimgibson/Deadname-Remover
対応言語 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",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    }
}