Dino Anywhere

Play this cute dinosaur whenever you want

Co to jest Dino Anywhere?

Dino Anywhere to rozszerzenie Chrome opracowane przez tikrank, a jego główną funkcją jest „Play this cute dinosaur whenever you want”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dino Anywhere

Pobierz pliki rozszerzeń Dino Anywhere 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

                        The well-known disconnected page Dinosaur game was extracted thanks to https://github.com/wayou/t-rex-runner
Have fun!                    

Podstawowe informacje o rozszerzeniu

Nazwa Dino Anywhere Dino Anywhere
ID dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
Oficjalny URL https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
Opis Play this cute dinosaur whenever you want
Rozmiar pliku 61.63 KB
Liczba instalacji 13,138
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-10-20
Data Publikacji 2020-09-25
Ocena 4.88/5 Łącznie 8 Oceny
Deweloper tikrank
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": "Dino Anywhere",
    "description": "Play this cute dinosaur whenever you want",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Dino Anywhere",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "assets\/*"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*"
    ]
}