Elon's Extension: Dogecoin Edition

Trigger a dancing Elon Musk with his partner, Doge whenever the words 'Elon' or 'Musk' apprear on a page.

What is Elon's Extension: Dogecoin Edition?

Elon's Extension: Dogecoin Edition is a Chrome extension developed by https://jesserowe.com, and its main feature is "Trigger a dancing Elon Musk with his partner, Doge whenever the words 'Elon' or 'Musk' apprear on a page.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Elon's Extension: Dogecoin Edition Extension CRX File

Download Elon's Extension: Dogecoin Edition 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

                        This extension features a dancing version of Elon with his partner in crime, Doge!

Whether you're on a rocket to the moon or just browsing the internet, a dancing doge and Elon Musk will be there for you. 
---
Watch Elon Musk dance over your screen while one of his many astute quotes plays in the background whenever the words 'Elon Musk' appear on a page.

WARNING: Enter "Ludicrous Mode" at your own risk...

Click the Elon's Extension icon to adjust settings.                    

Extension Basic Information

Name Elon's Extension: Dogecoin Edition Elon's Extension: Dogecoin Edition
ID hehpfpcobbkpjbmcofhcamokjgkhepmg
Official URL https://chromewebstore.google.com/detail/elons-extension-dogecoin/hehpfpcobbkpjbmcofhcamokjgkhepmg
Description Trigger a dancing Elon Musk with his partner, Doge whenever the words 'Elon' or 'Musk' apprear on a page.
File Size 15.61 MB
Installation Count 392
Current Version 1.3
Last Updated 2021-02-17
Publish Date 2020-05-20
Rating 5.00/5 Total 4 Ratings
Developer https://jesserowe.com
Email [email protected]
Payment Type free
Extension Website https://www.elonsextension.com
Privacy Policy Page URL https://www.freeprivacypolicy.com/privacy/view/535d6d2bc7e9aeecba5dedd2f7462929
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elon's Extension: Dogecoin Edition",
    "version": "1.3",
    "description": "Trigger a dancing Elon Musk with his partner, Doge whenever the words 'Elon' or 'Musk' apprear on a page.",
    "icons": {
        "16": "image\/Elon Musk icon.png",
        "32": "image\/Elon Musk icon.png",
        "48": "image\/Elon Musk icon.png",
        "128": "image\/Elon Musk icon.png"
    },
    "background": {
        "scripts": [
            "console.js",
            "default options.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "console.js",
                "default options.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/Elon_Musk_dancing.gif"
    ],
    "permissions": [
        "storage"
    ]
}