Chrome RPG

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

Apa itu Chrome RPG?

Chrome RPG adalah ekstensi Chrome yang dikembangkan oleh omgSushii, dan fitur utamanya adalah "An idle game that lives in your browser, perfect for playing while at work.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome RPG

Unduh file ekstensi Chrome RPG 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

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

Informasi Dasar Ekstensi

Nama Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
URL Resmi https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
Deskripsi An idle game that lives in your browser, perfect for playing while at work.
Ukuran File 17.61 KB
Jumlah Instalasi 65
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-10-15
Tanggal Publikasi 2019-10-15
Penilaian 3.00/5 Total 1 Penilaian
Pengembang omgSushii
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}