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 là gì?

The Daily Show's President Florida Man Plugin là một tiện ích mở rộng Chrome được phát triển bởi The Daily Show, và tính năng chính của nó là "Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Daily Show's President Florida Man Plugin

Tải xuống các tệp mở rộng The Daily Show's President Florida Man Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Created by The Daily Show                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Daily Show's President Florida Man Plugin The Daily Show's President Florida Man Plugin
ID cklaahipljbhommdkomdkmdnceohigek
URL Chính Thức https://chromewebstore.google.com/detail/the-daily-shows-president/cklaahipljbhommdkomdkmdnceohigek
Mô tả Trump has changed his permanent residence to Florida so we made a browser extension that changes his name to 'Florida Man.'
Kích Thước Tệp 89.16 KB
Số Lần Cài Đặt 1,338
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2019-11-11
Ngày Phát Hành 2019-11-08
Đánh Giá 4.88/5 Tổng số 42 Đánh Giá
Nhà Phát Triển The Daily Show
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.maketrumpfloridaman.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}