Planet of the Illuminati
Changes Planet of The Apes to Illuminati.
Apa itu Planet of the Illuminati?
Planet of the Illuminati adalah ekstensi Chrome yang dikembangkan oleh pokemonrater, dan fitur utamanya adalah "Changes Planet of The Apes to Illuminati.".
Unduh Berkas CRX Ekstensi Planet of the Illuminati
Unduh file ekstensi Planet of the Illuminati dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ddhphodjbdibddmclhpgkfjchemcdhbd |
URL Resmi | https://chrome.google.com/webstore/detail/planet-of-the-illuminati/ddhphodjbdibddmclhpgkfjchemcdhbd |
Deskripsi | Changes Planet of The Apes to Illuminati. |
Ukuran File | 3.54 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-08 |
Tanggal Publikasi | 2016-03-08 |
Pengembang | pokemonrater |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |