Ikariam CR Converter (Compatible 0.5.1)
Script greasemonkey adapté pour Google Chrome par nathan818. Permet de convertir les rapports de combats en bbcode, html...
Что такое Ikariam CR Converter (Compatible 0.5.1)?
Ikariam CR Converter (Compatible 0.5.1) - это расширение Chrome, разработанное nathan818magic, и его основная функция - "Script greasemonkey adapté pour Google Chrome par nathan818. Permet de convertir les rapports de combats en bbcode, html...".
Снимки экрана расширения
Скачать файл CRX расширения Ikariam CR Converter (Compatible 0.5.1)
Скачайте файлы расширений Ikariam CR Converter (Compatible 0.5.1) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
/!\ Le "Convertisseur de rapport de combats" a été implémenté par défaut dans Ikariam. Vous n'avez plus besoin d'installer cette application !
Основная информация о расширении
Название | |
ID | fgbgaidchlnkkkcnmhmcmdjkiiefempk |
Официальный URL | https://chrome.google.com/webstore/detail/ikariam-cr-converter-comp/fgbgaidchlnkkkcnmhmcmdjkiiefempk |
Описание | Script greasemonkey adapté pour Google Chrome par nathan818. Permet de convertir les rapports de combats en bbcode, html... |
Размер файла | 110 KB |
Количество установок | 449 |
Текущая Версия | 2.0 |
Последнее Обновление | 2017-06-15 |
Дата публикации | 2017-06-15 |
Рейтинг | 3.94/5 Всего 32 оценок |
Разработчик | nathan818magic |
Тип оплаты | free |
Поддерживаемые языки | fr |
manifest.json | |
{ "manifest_version": 2, "content_scripts": [ { "js": [ "jquery.js", "GM.js", "57377user.js", "57756user.js", "62718user.js", "CrcLanguage.js", "CrcFormatter.js", "CrcEngine.js", "script.js" ], "matches": [ "http:\/\/*.ikariam.com\/*" ] } ], "description": "Script greasemonkey adapt\u00e9 pour Google Chrome par nathan818. Permet de convertir les rapports de combats en bbcode, html...", "icons": { "128": "ico128.png" }, "name": "Ikariam CR Converter (Compatible 0.5.1)", "permissions": [ "cookies", "http:\/\/*.ikariam.com\/*", "http:\/\/*.ikariam.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0" } |