Duckify

This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!

Duckifyคืออะไร?

Duckify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devon.wieczorek93 และคุณลักษณะหลักของมันคือ "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!"

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of your news pages being filled with America's most villainous Presidential Candidate? Duckify allows you to remove any instance of him from the web and replace it with everyone's favorite duck!

New version includes image swap and updated search criteria.

Feel free to contact me with any suggestions or feedback! (Developer feedback is especially helpful). Of course, if you'd like to modify this extension or build on top of it, hack away!                    

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

ชื่อ Duckify Duckify
ID afjeijkfobmcgjpflphnpcbbflkjipll
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll
คำอธิบาย This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
ขนาดไฟล์ 89.47 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-07-11
วันที่เผยแพร่ 2016-07-11
ผู้พัฒนา devon.wieczorek93
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duckify",
    "description": "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Duckify"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "text.js",
                "image.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "*:\/\/*\/*"
    ]
}