Republicans are The Sith
Replaces the word Republican/s with Sith Lord
Republicans are The Sithคืออะไร?
Republicans are The Sith เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saber Software และคุณลักษณะหลักของมันคือ "Replaces the word Republican/s with Sith Lord"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Republicans are The Sith
ดาวน์โหลดไฟล์ส่วนขยาย Republicans are The Sith ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Republicans are The Sith |
ID | deibjeokppgbnalcpgoognmdihkkaeac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac |
คำอธิบาย | Replaces the word Republican/s with Sith Lord |
ขนาดไฟล์ | 3.57 KB |
จำนวนการติดตั้ง | 86 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-09-29 |
วันที่เผยแพร่ | 2017-09-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Saber Software |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Republicans are The Sith", "description": "Replaces the word Republican\/s with Sith Lord", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |