Florida Man Replacer by Citations Needed

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

什麼是Florida Man Replacer by Citations Needed?

Florida Man Replacer by Citations Needed是由Citations Needed開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.”。

擴展截圖

screenshot

下載Florida Man Replacer by Citations Needed擴展crx文件

下載Florida Man Replacer by Citations Needed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        https://www.patreon.com/citationsneededpodcast                    

擴展基本資訊

名稱 Florida Man Replacer by Citations Needed Florida Man Replacer by Citations Needed
ID jiaioinifmjihealclmeahbdpagleidd
官方網址 https://chromewebstore.google.com/detail/florida-man-replacer-by-c/jiaioinifmjihealclmeahbdpagleidd
簡介 Replaces the text 'Florida Man' with 'Man Likely Suffering From Mental Illness or Drug Addiction'.
檔案大小 11.36 KB
安裝次數 82
目前版本 1.0
更新時間 2019-04-22
上架時間 2019-04-18
評分 5.00/5 共 5 次評分
開發者 Citations Needed
付費類型 free
擴展官網 https://www.patreon.com/citationsneededpodcast
支援的語言 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"
    }
}