Elon Musk Is God
Changes all mentionings of Elon Musk to God.
Elon Musk Is Godとは何ですか?
Elon Musk Is Godはhttps://www.memesoundboard.comによって開発されたChromeの拡張機能で、その主な機能は「Changes all mentionings of Elon Musk to God.」です。
拡張機能のスクリーンショット
Elon Musk Is God拡張機能のCRXファイルをダウンロード
Elon Musk Is God拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Changes all mentionings of Elon Musk to God.                     拡張機能の基本情報
| 名前 |   |  
| ID | dofelebcofancnickofgkfcaoogoppdi | 
| 公式URL | https://chromewebstore.google.com/detail/elon-musk-is-god/dofelebcofancnickofgkfcaoogoppdi | 
| 説明 | Changes all mentionings of Elon Musk to God. | 
| ファイルサイズ | 684 KB | 
| インストール数 | 87 | 
| 現在のバージョン | 1.0.2 | 
| 最終更新日 | 2019-07-16 | 
| 公開日 | 2019-07-16 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | https://www.memesoundboard.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elon Musk Is God",
    "description": "Changes all mentionings of Elon Musk to God.",
    "version": "1.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |