Puerto Rico Helper
Reveal players VP in the popular puerto rico board game.
Puerto Rico Helper क्या है?
Puerto Rico Helper Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reveal players VP in the popular puerto rico board game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Puerto Rico Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Puerto Rico Helper is a chrome extension plugin to help you keep track of other player's victory points, in the online version of the popular Puerto Rico boardgame, on boardgamearena.com.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | neepbekeahonhgkedkpmdfjipkgcdefk |
आधिकारिक URL | https://chromewebstore.google.com/detail/puerto-rico-helper/neepbekeahonhgkedkpmdfjipkgcdefk |
विवरण | Reveal players VP in the popular puerto rico board game. |
फ़ाइल का आकार | 1.48 MB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-04-09 |
प्रकाशन तिथि | 2017-04-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Puerto Rico Helper", "version": "0.1", "description": "Reveal players VP in the popular puerto rico board game.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.boardgamearena.com\/puertorico*" ], "js": [ "jquery-3.1.1.slim.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Puerto Rico Helper", "options_page": "settings.html" }, "permissions": [ "storage" ] } |