Chrome RPG

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

Cos'è Chrome RPG?

Chrome RPG è un'estensione di Chrome sviluppata da omgSushii, e la sua funzione principale è "An idle game that lives in your browser, perfect for playing while at work.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome RPG

Scarica i file di estensione Chrome RPG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
URL Ufficiale https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
Descrizione An idle game that lives in your browser, perfect for playing while at work.
Dimensione del File 17.61 KB
Conteggio Installazioni 65
Versione Corrente 0.1
Ultimo Aggiornamento 2019-10-15
Data di Pubblicazione 2019-10-15
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore omgSushii
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}