Elon Musk Is God

Changes all mentionings of Elon Musk to God.

What is Elon Musk Is God?

Elon Musk Is God is a Chrome extension developed by https://www.memesoundboard.com, and its main feature is "Changes all mentionings of Elon Musk to God.".

Extension Screenshots

screenshot

Download Elon Musk Is God Extension CRX File

Download Elon Musk Is God extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Changes all mentionings of Elon Musk to God.                    

Extension Basic Information

Name Elon Musk Is God Elon Musk Is God
ID dofelebcofancnickofgkfcaoogoppdi
Official URL https://chromewebstore.google.com/detail/elon-musk-is-god/dofelebcofancnickofgkfcaoogoppdi
Description Changes all mentionings of Elon Musk to God.
File Size 684 KB
Installation Count 87
Current Version 1.0.2
Last Updated 2019-07-16
Publish Date 2019-07-16
Rating 5.00/5 Total 2 Ratings
Developer https://www.memesoundboard.com
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}