Puerto Rico Helper

Reveal players VP in the popular puerto rico board game.

ما هو Puerto Rico Helper؟

Puerto Rico Helper هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Reveal players VP in the popular puerto rico board game.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Puerto Rico Helper

قم بتنزيل ملفات الامتداد Puerto Rico Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}