Elon Be Gone

Replaces Elon Musk with a guinea pig, because what's not to like about guinea pigs I guess?

What is Elon Be Gone?

Elon Be Gone is a Chrome extension developed by tomroyaldotcom, and its main feature is "Replaces Elon Musk with a guinea pig, because what's not to like about guinea pigs I guess?".

Extension Screenshots

screenshot

Download Elon Be Gone Extension CRX File

Download Elon Be Gone 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

                        Replaces photos of Elon Musk with a guinea pig. You're welcome.                    

Extension Basic Information

Name Elon Be Gone Elon Be Gone
ID joeincckgjkaocclboepjkigbpgledbh
Official URL https://chromewebstore.google.com/detail/elon-be-gone/joeincckgjkaocclboepjkigbpgledbh
Description Replaces Elon Musk with a guinea pig, because what's not to like about guinea pigs I guess?
File Size 252 KB
Installation Count 85
Current Version 1.0.0
Last Updated 2022-04-27
Publish Date 2022-04-27
Rating 5.00/5 Total 2 Ratings
Developer tomroyaldotcom
Email [email protected]
Payment Type free
Extension Website https://tomroyal.com
Help Page URL https://tomroyal.com
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Elon Be Gone",
    "description": "Replaces Elon Musk with a guinea pig, because what's not to like about guinea pigs I guess?",
    "version": "1.0.0",
    "options_page": "makaoptions.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "maka48.png",
        "128": "maka128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "maka.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "kittens\/1.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}