'Elon Musk' to 'Grimes's Boyfriend'

Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.

'Elon Musk' to 'Grimes's Boyfriend'とは何ですか?

'Elon Musk' to 'Grimes's Boyfriend'はsoph-iestによって開発されたChromeの拡張機能で、その主な機能は「Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.」です。

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

screenshot

'Elon Musk' to 'Grimes's Boyfriend'拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Changes "Elon Musk" (and derivatives) to "Grimes's Boyfriend" across the net.                    

拡張機能の基本情報

名前 'Elon Musk' to 'Grimes's Boyfriend' 'Elon Musk' to 'Grimes's Boyfriend'
ID apdmcnlgnkbjenphgkcngojmjeoopabp
公式URL https://chromewebstore.google.com/detail/elon-musk-to-grimess-boyf/apdmcnlgnkbjenphgkcngojmjeoopabp
説明 Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.
ファイルサイズ 43.12 KB
インストール数 94
現在のバージョン 1.2
最終更新日 2021-12-11
公開日 2018-07-07
評価 5.00/5 合計 10 レビュー
開発者 soph-iest
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/soph-iest/gender-neutralize
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sophie Debs",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces 'Elon Musk' with 'Grimes's Boyfriend' across the web.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "'Elon Musk' to 'Grimes's Boyfriend'",
    "short_name": "Elongated Muskrat",
    "version": "1.2"
}