Chrome RPG

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

O que é Chrome RPG?

Chrome RPG é uma extensão do Chrome desenvolvida por omgSushii, e sua principal característica é "An idle game that lives in your browser, perfect for playing while at work.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome RPG

Baixe arquivos de extensão Chrome RPG no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
URL Oficial https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
Descrição An idle game that lives in your browser, perfect for playing while at work.
Tamanho do Arquivo 17.61 KB
Contagem de Instalações 65
Versão Atual 0.1
Última Atualização 2019-10-15
Data de Publicação 2019-10-15
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor omgSushii
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}