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