Chrome Dino T-Rex RPG

Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.

Co to jest Chrome Dino T-Rex RPG?

Chrome Dino T-Rex RPG to rozszerzenie Chrome opracowane przez omniZero, a jego główną funkcją jest „Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Dino T-Rex RPG

Pobierz pliki rozszerzeń Chrome Dino T-Rex 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

                        Play Chrome Dino (T-Rex) minigame on any page by launching it via the extension's popup. Gain experience along the way that earns you levels to showcase your dedication!                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Dino T-Rex RPG Chrome Dino T-Rex RPG
ID kcmegnpfeomalodkclmmaihphoekfhgi
Oficjalny URL https://chromewebstore.google.com/detail/chrome-dino-t-rex-rpg/kcmegnpfeomalodkclmmaihphoekfhgi
Opis Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.
Rozmiar pliku 159 KB
Liczba instalacji 1,377
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-06-23
Data Publikacji 2021-06-22
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper omniZero
E-mail [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 Dino T-Rex RPG",
    "version": "1.0.0",
    "description": "Chrome dino t-rex minigame enhanced with experience earning and leveling up! Playable within the extension's popup.",
    "permissions": [],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.ico",
        "assets\/*"
    ],
    "manifest_version": 2
}