West Ham-ify me.

Bringing the famous Claret and Blue to your screen in times of need.

Co to jest West Ham-ify me.?

West Ham-ify me. to rozszerzenie Chrome opracowane przez Mark Roffey, a jego główną funkcją jest „Bringing the famous Claret and Blue to your screen in times of need.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia West Ham-ify me.

Pobierz pliki rozszerzeń West Ham-ify me. 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 extension that brings West Ham to your screen when you're feeling down.
Keep clicking the icon to make your day better.

Version history
0.0.0.3 - Changed zoom time to 4s.
0.0.0.2 - Added zoom out.
0.0.0.1 - The beginning!                    

Podstawowe informacje o rozszerzeniu

Nazwa West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
Oficjalny URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Opis Bringing the famous Claret and Blue to your screen in times of need.
Rozmiar pliku 121 KB
Liczba instalacji 144
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2017-09-08
Data Publikacji 2017-09-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Mark Roffey
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "West Ham-ify me.",
    "description": "Bringing the famous Claret and Blue to your screen in times of need.",
    "version": "0.0.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "West Ham-ify me!",
        "default_icon": "icon128.png"
    },
    "web_accessible_resources": [
        "css\/style.css",
        "img\/logo.png",
        "icon128.png"
    ],
    "manifest_version": 2
}