Florida Man

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

什么是Florida Man?

Florida Man是由Chris Lewis开发的Chrome扩展程序,该扩展的主要功能是“Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.”。

扩展截图

screenshot

下载Florida Man扩展crx文件

下载Florida Man扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This can prove to be highly entertaining.                    

扩展基本信息

名称 Florida Man Florida Man
ID fcgmkogjkpngmjmjkkhhmdchjhejobhe
官方URL https://chromewebstore.google.com/detail/florida-man/fcgmkogjkpngmjmjkkhhmdchjhejobhe
简介 Replaces 'Jeb Bush' and 'Marco Rubio' with 'Florida Man' and vice versa.
文件大小 3.36 KB
安装次数 130
当前版本 1.5.1
更新时间 2023-08-17
上架时间 2015-05-27
评分 4.85/5 共13次评分
开发者 Chris Lewis
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}