Donald Potato

replace Trump's name with 'Potato' on webpages for your amusement and mine.

Donald Potatoคืออะไร?

Donald Potato เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yuekaim และคุณลักษณะหลักของมันคือ "replace Trump's name with 'Potato' on webpages for your amusement and mine."

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

screenshot

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

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

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

                        #donaldjpotato                    

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

ชื่อ Donald Potato Donald Potato
ID llhcanmhefaidgbmahifbdhgeppcbdea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/donald-potato/llhcanmhefaidgbmahifbdhgeppcbdea
คำอธิบาย replace Trump's name with 'Potato' on webpages for your amusement and mine.
ขนาดไฟล์ 3.54 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-10
วันที่เผยแพร่ 2017-01-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา yuekaim
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Potato",
    "description": "replace Trump's name with 'Potato' on webpages for your amusement and mine.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}