Trump-Blocker

This extension replaces Trumps face with cats

Trump-Blockerคืออะไร?

Trump-Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย epicurous และคุณลักษณะหลักของมันคือ "This extension replaces Trumps face with cats"

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

screenshot

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

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

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

                        Replaces Trump's face with kittens from placekitten.com

Contribute here: https://github.com/ColinTheRobot/trump-blocker                    

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

ชื่อ Trump-Blocker Trump-Blocker
ID cieelbcbbngpkgenpdbligghjlgamlhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-blocker/cieelbcbbngpkgenpdbligghjlgamlhl
คำอธิบาย This extension replaces Trumps face with cats
ขนาดไฟล์ 7.71 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2017-05-02
วันที่เผยแพร่ 2017-05-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา epicurous
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump-Blocker",
    "description": "This extension replaces Trumps face with cats",
    "version": "2.0.0",
    "browser_action": {
        "default_icon": "info.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/google.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}