Chrome RPG

An idle game that lives in your browser, perfect for playing while at work.

ما هو Chrome RPG؟

Chrome RPG هو إضافة Chrome تم تطويرها بواسطة omgSushii، والميزة الرئيسية لها هي "An idle game that lives in your browser, perfect for playing while at work.".

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

screenshot

تحميل ملف CRX للإضافة Chrome RPG

قم بتنزيل ملفات الامتداد Chrome RPG بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        An idle rpg game that can be played from browser, need to login to google account to enable saving.                    

معلومات أساسية عن التمديد

الاسم Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
الوصف An idle game that lives in your browser, perfect for playing while at work.
حجم الملف 17.61 KB
عدد التثبيتات 65
النسخة الحالية 0.1
آخر تحديث 2019-10-15
تاريخ النشر 2019-10-15
تقييم 3.00/5 مجموع تقييمات 1
المطور omgSushii
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome RPG",
    "version": "0.1",
    "description": "An idle game that lives in your browser, perfect for playing while at work.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Chrome RPG",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}