Trump Goggles

See the world like Trump does.

Trump Gogglesคืออะไร?

Trump Goggles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phrazzld และคุณลักษณะหลักของมันคือ "See the world like Trump does."

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

screenshot
screenshot
screenshot

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

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

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

                        See the world through Trump's eyes.

ISIS = Evil Losers
Hillary Clinton = Crooked Hillary
CNN = Clinton News Network
New York Times = Fake News
Kim Jong Un = Little Rocket Man
Coffee = covfefe

And many more!                    

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

ชื่อ Trump Goggles Trump Goggles
ID jffbimfdmgbfannficjejaffmnggoigd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-goggles/jffbimfdmgbfannficjejaffmnggoigd
คำอธิบาย See the world like Trump does.
ขนาดไฟล์ 30.44 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 18.4.08
อัปเดตครั้งล่าสุด 2018-04-08
วันที่เผยแพร่ 2018-04-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา phrazzld
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Goggles",
    "short_name": "trumpgoggles",
    "description": "See the world like Trump does.",
    "version": "18.4.08",
    "browser_action": {
        "default_title": "Trump Goggles",
        "default_icon": {
            "19": "images\/djt.png",
            "38": "images\/djt.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/djt.png",
        "48": "images\/djt.png",
        "128": "images\/djt.png"
    }
}