National to Reptile
Real talk
National to Reptileคืออะไร?
National to Reptile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Kirschberg และคุณลักษณะหลักของมันคือ "Real talk"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย National to Reptile
ดาวน์โหลดไฟล์ส่วนขยาย National to Reptile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reveals the true nature of the New Zealand government. Replacing National Party with 'Reptilian Party', as well 'National' in certain other places.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pmddmkimneenlhicfoogbeojicjjabai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/national-to-reptile/pmddmkimneenlhicfoogbeojicjjabai |
คำอธิบาย | Real talk |
ขนาดไฟล์ | 44.96 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2016-05-02 |
วันที่เผยแพร่ | 2016-05-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | David Kirschberg |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "National to Reptile ", "description": "Real talk", "version": "0.1.1", "icons": { "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |