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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
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" } ] } |