Florida Man Replacer by Citations Needed

Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.

What is Florida Man Replacer by Citations Needed?

Florida Man Replacer by Citations Needed is a Chrome extension developed by Citations Needed, and its main feature is "Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.".

Extension Screenshots

screenshot

Download Florida Man Replacer by Citations Needed Extension CRX File

Download Florida Man Replacer by Citations Needed 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

                        https://www.patreon.com/citationsneededpodcast                    

Extension Basic Information

Name Florida Man Replacer by Citations Needed Florida Man Replacer by Citations Needed
ID jiaioinifmjihealclmeahbdpagleidd
Official URL https://chromewebstore.google.com/detail/florida-man-replacer-by-c/jiaioinifmjihealclmeahbdpagleidd
Description Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.
File Size 11.36 KB
Installation Count 82
Current Version 1.0
Last Updated 2019-04-22
Publish Date 2019-04-18
Rating 5.00/5 Total 5 Ratings
Developer Citations Needed
Payment Type free
Extension Website https://www.patreon.com/citationsneededpodcast
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Florida Man Replacer by Citations Needed",
    "version": "1.0",
    "description": "Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}