Florida Man

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

Wat is Florida Man?

Florida Man is een Chrome-extensie ontwikkeld door Chris Lewis, en de belangrijkste functie is "Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Florida Man

Download Florida Man-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This can prove to be highly entertaining.                    

Basisinformatie over de Extensie

Naam Florida Man Florida Man
ID fcgmkogjkpngmjmjkkhhmdchjhejobhe
Officiële URL https://chromewebstore.google.com/detail/florida-man/fcgmkogjkpngmjmjkkhhmdchjhejobhe
Beschrijving Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.
Bestandsgrootte 3.36 KB
Aantal Installaties 130
Huidige Versie 1.5.1
Laatst Bijgewerkt 2023-08-17
Publicatiedatum 2015-05-27
Beoordeling 4.85/5 Totaal 13 Beoordelingen
Ontwikkelaar Chris Lewis
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}