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.
Co to jest Win Dominion Game Scraper?
Win Dominion Game Scraper to rozszerzenie Chrome opracowane przez magicjj, a jego główną funkcją jest „After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Win Dominion Game Scraper
Pobierz pliki rozszerzeń Win Dominion Game Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | denlafhecndjbofgefekklidcpannapm |
Oficjalny URL | https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm |
Opis | After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results. |
Rozmiar pliku | 716 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2017-05-16 |
Data Publikacji | 2017-05-16 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | magicjj |
Typ Płatności | free |
Strona Rozszerzenia | http://www.windominion.com |
Obsługiwane Języki | 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\/" ] } |