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
官方網址 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
        }
    ]
}