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" } ] } |