Puerto Rico Helper

Reveal players VP in the popular puerto rico board game.

Apa itu Puerto Rico Helper?

Puerto Rico Helper adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Reveal players VP in the popular puerto rico board game.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Puerto Rico Helper

Unduh file ekstensi Puerto Rico Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Puerto Rico Helper Puerto Rico Helper
ID neepbekeahonhgkedkpmdfjipkgcdefk
URL Resmi https://chromewebstore.google.com/detail/puerto-rico-helper/neepbekeahonhgkedkpmdfjipkgcdefk
Deskripsi Reveal players VP in the popular puerto rico board game.
Ukuran File 1.48 MB
Jumlah Instalasi 57
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-04-09
Tanggal Publikasi 2017-04-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}