Chrome RPG
An idle game that lives in your browser, perfect for playing while at work.
Co to jest Chrome RPG?
Chrome RPG to rozszerzenie Chrome opracowane przez omgSushii, a jego główną funkcją jest „An idle game that lives in your browser, perfect for playing while at work.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome RPG
Pobierz pliki rozszerzeń Chrome RPG w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An idle rpg game that can be played from browser, need to login to google account to enable saving.
Podstawowe informacje o rozszerzeniu
Nazwa | Chrome RPG |
ID | lnpbfhfaaiagpknlifnkpigimkdkdilp |
Oficjalny URL | https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp |
Opis | An idle game that lives in your browser, perfect for playing while at work. |
Rozmiar pliku | 17.61 KB |
Liczba instalacji | 65 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2019-10-15 |
Data Publikacji | 2019-10-15 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | omgSushii |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |