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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Daily Show และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Daily Show's President Florida Man Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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'"
}