Chrome RPG

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

Qu'est-ce que Chrome RPG ?

Chrome RPG est une extension Chrome développée par omgSushii, et sa fonction principale est "An idle game that lives in your browser, perfect for playing while at work.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome RPG

Téléchargez les fichiers d'extension Chrome RPG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
URL Officiel https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
Description An idle game that lives in your browser, perfect for playing while at work.
Taille du Fichier 17.61 KB
Nombre d'Installations 65
Version Actuelle 0.1
Dernière Mise à Jour 2019-10-15
Date de Publication 2019-10-15
Évaluation 3.00/5 Total 1 Évaluations
Développeur omgSushii
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}