Puerto Rico Helper
Reveal players VP in the popular puerto rico board game.
什么是Puerto Rico Helper?
Puerto Rico Helper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Reveal players VP in the popular puerto rico board game.”。
扩展截图
下载Puerto Rico Helper扩展crx文件
下载Puerto Rico Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |