Florida Man

Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.

What is Florida Man?

Florida Man is a Chrome extension developed by Chris Lewis, and its main feature is "Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.".

Extension Screenshots

screenshot

Download Florida Man Extension CRX File

Download Florida Man 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 can prove to be highly entertaining.                    

Extension Basic Information

Name Florida Man Florida Man
ID fcgmkogjkpngmjmjkkhhmdchjhejobhe
Official URL https://chromewebstore.google.com/detail/florida-man/fcgmkogjkpngmjmjkkhhmdchjhejobhe
Description Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.
File Size 3.36 KB
Installation Count 130
Current Version 1.5.1
Last Updated 2023-08-17
Publish Date 2015-05-27
Rating 4.85/5 Total 13 Ratings
Developer Chris Lewis
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Florida Man",
    "description": "Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.",
    "version": "1.5.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}