Donald Trump Filter

Block the Donald Trump and his stupidity

Donald Trump Filterคืออะไร?

Donald Trump Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ajones061392 และคุณลักษณะหลักของมันคือ "Block the Donald Trump and his stupidity"

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

screenshot
screenshot

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

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

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

                        Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! 

Aaron Jones                    

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

ชื่อ Donald Trump Filter Donald Trump Filter
ID efjoldeklealkgmfnellniibecdmikio
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio
คำอธิบาย Block the Donald Trump and his stupidity
ขนาดไฟล์ 63.75 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-12-01
วันที่เผยแพร่ 2015-12-01
คะแนน 2.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา ajones061392
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Filter",
    "description": "Block the Donald Trump and his stupidity",
    "version": "1.1",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}