Puerto Rico Helper

Reveal players VP in the popular puerto rico board game.

What is Puerto Rico Helper?

Puerto Rico Helper is a Chrome extension developed by Unknown, and its main feature is "Reveal players VP in the popular puerto rico board game.".

Extension Screenshots

screenshot

Download Puerto Rico Helper Extension CRX File

Download Puerto Rico Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Puerto Rico Helper Puerto Rico Helper
ID neepbekeahonhgkedkpmdfjipkgcdefk
Official URL https://chromewebstore.google.com/detail/puerto-rico-helper/neepbekeahonhgkedkpmdfjipkgcdefk
Description Reveal players VP in the popular puerto rico board game.
File Size 1.48 MB
Installation Count 57
Current Version 0.1
Last Updated 2017-04-09
Publish Date 2017-04-09
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}