Chrome RPG

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

Wat is Chrome RPG?

Chrome RPG is een Chrome-extensie ontwikkeld door omgSushii, en de belangrijkste functie is "An idle game that lives in your browser, perfect for playing while at work.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrome RPG

Download Chrome RPG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
Officiële URL https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
Beschrijving An idle game that lives in your browser, perfect for playing while at work.
Bestandsgrootte 17.61 KB
Aantal Installaties 65
Huidige Versie 0.1
Laatst Bijgewerkt 2019-10-15
Publicatiedatum 2019-10-15
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar omgSushii
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}