Trump Toad Extension

It's the Trump Toad Extension!

Trump Toad Extensionคืออะไร?

Trump Toad Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Daily Show และคุณลักษณะหลักของมันคือ "It's the Trump Toad Extension!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump Toad Extension

ดาวน์โหลดไฟล์ส่วนขยาย Trump Toad Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy! 

- The Daily Show with Trevor Noah                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trump Toad Extension Trump Toad Extension
ID noldliimakaajhekghbemjmknpmjnlam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam
คำอธิบาย It's the Trump Toad Extension!
ขนาดไฟล์ 63.67 KB
จำนวนการติดตั้ง 448
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2018-09-20
วันที่เผยแพร่ 2018-09-20
คะแนน 4.95/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา The Daily Show
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Toad Extension",
    "version": "1.0.6",
    "description": "It's the Trump Toad Extension!",
    "author": "The Daily Show",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}