Planet of the Illuminati
Changes Planet of The Apes to Illuminati.
Planet of the Illuminatiคืออะไร?
Planet of the Illuminati เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pokemonrater และคุณลักษณะหลักของมันคือ "Changes Planet of The Apes to Illuminati."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planet of the Illuminati
ดาวน์โหลดไฟล์ส่วนขยาย Planet of the Illuminati ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ddhphodjbdibddmclhpgkfjchemcdhbd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd |
คำอธิบาย | Changes Planet of The Apes to Illuminati. |
ขนาดไฟล์ | 3.54 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-03-08 |
วันที่เผยแพร่ | 2016-03-08 |
ผู้พัฒนา | pokemonrater |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Planet of the Illuminati", "description": "Changes Planet of The Apes to Illuminati.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |