West Ham-ify me.

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

Wat is West Ham-ify me.?

West Ham-ify me. is een Chrome-extensie ontwikkeld door Mark Roffey, en de belangrijkste functie is "Bringing the famous Claret and Blue to your screen in times of need.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie West Ham-ify me.

Download West Ham-ify me.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
Officiële URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Beschrijving Bringing the famous Claret and Blue to your screen in times of need.
Bestandsgrootte 121 KB
Aantal Installaties 144
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2017-09-08
Publicatiedatum 2017-09-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Mark Roffey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}