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."입니다.

확장 프로그램 스크린샷

screenshot

Puerto Rico Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Puerto Rico Helper Puerto Rico Helper
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"
    ]
}