Win Dominion Game Scraper
After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Что такое Win Dominion Game Scraper?
Win Dominion Game Scraper - это расширение Chrome, разработанное magicjj, и его основная функция - "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.".
Снимки экрана расширения
Скачать файл CRX расширения Win Dominion Game Scraper
Скачайте файлы расширений Win Dominion Game Scraper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Основная информация о расширении
Название | |
ID | denlafhecndjbofgefekklidcpannapm |
Официальный URL | https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm |
Описание | After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results. |
Размер файла | 716 KB |
Количество установок | 77 |
Текущая Версия | 1.4 |
Последнее Обновление | 2017-05-16 |
Дата публикации | 2017-05-16 |
Рейтинг | 3.33/5 Всего 3 оценок |
Разработчик | magicjj |
Тип оплаты | free |
Официальный сайт расширения | http://www.windominion.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Win Dominion Game Scraper", "description": "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.", "version": "1.4", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/" ] } |