The Daily Show's President Florida Man Plugin

Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'

What is The Daily Show's President Florida Man Plugin?

The Daily Show's President Florida Man Plugin is a Chrome extension developed by The Daily Show, and its main feature is "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download The Daily Show's President Florida Man Plugin Extension CRX File

Download The Daily Show's President Florida Man Plugin 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

                        Created by The Daily Show                    

Extension Basic Information

Name The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
Official URL https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
Description Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
File Size 89.16 KB
Installation Count 1,338
Current Version 1.0.5
Last Updated 2019-11-11
Publish Date 2019-11-08
Rating 4.88/5 Total 42 Ratings
Developer The Daily Show
Email [email protected]
Payment Type free
Extension Website http://www.maketrumpfloridaman.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Daily Show's President Florida Man Plugin",
    "description": "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'",
    "version": "1.0.5",
    "author": "The Daily Show",
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/img\/logo.png"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}