Poketrump

Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.

Poketrumpคืออะไร?

Poketrump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use."

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

screenshot

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

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

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

                        This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.)                    

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

ชื่อ Poketrump Poketrump
ID pbcegjochobeogpdlbkokdehmoeafdlb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb
คำอธิบาย Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
ขนาดไฟล์ 7.79 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-04-09
วันที่เผยแพร่ 2016-04-09
คะแนน 4.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poketrump",
    "description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}