Ted Cruz is the Zodiac Killer Replacer
Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Ted Cruz is the Zodiac Killer Replacerคืออะไร?
Ted Cruz is the Zodiac Killer Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brennan Butler และคุณลักษณะหลักของมันคือ "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer.""
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ted Cruz is the Zodiac Killer Replacer
ดาวน์โหลดไฟล์ส่วนขยาย Ted Cruz is the Zodiac Killer Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg |
คำอธิบาย | Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer." |
ขนาดไฟล์ | 59.85 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2016-03-14 |
วันที่เผยแพร่ | 2016-03-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Brennan Butler |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Ted Cruz is The Zodiac Killer" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer Replacer", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "http:\/\/*.*\/", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |