IGG-Games Timer Killer
Addon that skips the download timer at IGG Games
Что такое IGG-Games Timer Killer?
IGG-Games Timer Killer - это расширение Chrome, разработанное gilshallem, и его основная функция - "Addon that skips the download timer at IGG Games".
Снимки экрана расширения
Скачать файл CRX расширения IGG-Games Timer Killer
Скачайте файлы расширений IGG-Games Timer Killer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Add-on that skips the download timer at igg-games.com
Основная информация о расширении
Название | |
ID | lmpikhjimkebiaeohdjaakoghkcohomo |
Официальный URL | https://chromewebstore.google.com/detail/igg-games-timer-killer/lmpikhjimkebiaeohdjaakoghkcohomo |
Описание | Addon that skips the download timer at IGG Games |
Размер файла | 135 KB |
Количество установок | 78 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2020-08-29 |
Дата публикации | 2020-08-29 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | gilshallem |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/bluemediafiles.com\/*" ], "run_at": "document_end" } ], "description": "Addon that skips the download timer at IGG Games", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "IGG-Games Timer Killer", "version": "1.0.1", "version_name": "1.0.1" } |