West Ham-ify me.

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

Co je West Ham-ify me.?

West Ham-ify me. je rozšíření Chrome vyvinuté Mark Roffey, a jeho hlavní funkcí je „Bringing the famous Claret and Blue to your screen in times of need.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření West Ham-ify me.

Stáhněte si soubory rozšíření West Ham-ify me. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
Oficiální URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Popis Bringing the famous Claret and Blue to your screen in times of need.
Velikost souboru 121 KB
Počet instalací 144
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2017-09-08
Datum Vydání 2017-09-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Mark Roffey
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}