The Daily Show's President Florida Man Plugin

Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'

什麼是The Daily Show's President Florida Man Plugin?

The Daily Show's President Florida Man Plugin是由The Daily Show開發的Chrome擴展程式,該擴展的主要功能是“Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載The Daily Show's President Florida Man Plugin擴展crx文件

下載The Daily Show's President Florida Man Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Created by The Daily Show                    

擴展基本資訊

名稱 The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
官方網址 https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
簡介 Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
檔案大小 89.16 KB
安裝次數 1,338
目前版本 1.0.5
更新時間 2019-11-11
上架時間 2019-11-08
評分 4.88/5 共 42 次評分
開發者 The Daily Show
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.maketrumpfloridaman.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Daily Show's President Florida Man Plugin",
    "description": "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'",
    "version": "1.0.5",
    "author": "The Daily Show",
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/img\/logo.png"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}