West Ham-ify me.

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

What is West Ham-ify me.?

West Ham-ify me. is a Chrome extension developed by Mark Roffey, and its main feature is "Bringing the famous Claret and Blue to your screen in times of need.".

Extension Screenshots

screenshot

Download West Ham-ify me. Extension CRX File

Download West Ham-ify me. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
Official URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Description Bringing the famous Claret and Blue to your screen in times of need.
File Size 121 KB
Installation Count 144
Current Version 0.0.0.3
Last Updated 2017-09-08
Publish Date 2017-09-08
Rating 5.00/5 Total 1 Ratings
Developer Mark Roffey
Email [email protected]
Payment Type free
Supported Languages 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
}