West Ham-ify me.

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

Cos'è West Ham-ify me.?

West Ham-ify me. è un'estensione di Chrome sviluppata da Mark Roffey, e la sua funzione principale è "Bringing the famous Claret and Blue to your screen in times of need.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione West Ham-ify me.

Scarica i file di estensione West Ham-ify me. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
URL Ufficiale https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Descrizione Bringing the famous Claret and Blue to your screen in times of need.
Dimensione del File 121 KB
Conteggio Installazioni 144
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2017-09-08
Data di Pubblicazione 2017-09-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Mark Roffey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}