Puerto Rico Helper

Reveal players VP in the popular puerto rico board game.

Puerto Rico Helper là gì?

Puerto Rico Helper là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Reveal players VP in the popular puerto rico board game.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Puerto Rico Helper

Tải xuống các tệp mở rộng Puerto Rico Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Puerto Rico Helper Puerto Rico Helper
ID neepbekeahonhgkedkpmdfjipkgcdefk
URL Chính Thức https://chromewebstore.google.com/detail/puerto-rico-helper/neepbekeahonhgkedkpmdfjipkgcdefk
Mô tả Reveal players VP in the popular puerto rico board game.
Kích Thước Tệp 1.48 MB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-04-09
Ngày Phát Hành 2017-04-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}