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 magicjj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Win Dominion Game Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |