West Ham-ify me.

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

Vad är West Ham-ify me.?

West Ham-ify me. är en Chrome-tillägg utvecklad av Mark Roffey, och dess huvudfunktion är "Bringing the famous Claret and Blue to your screen in times of need.".

Tilläggsskärmbilder

screenshot

Ladda ner West Ham-ify me.-förlängningens CRX-fil

Ladda ner West Ham-ify me.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
Officiell webbadress https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Beskrivning Bringing the famous Claret and Blue to your screen in times of need.
Filstorlek 121 KB
Antal Installationer 144
Aktuell Version 0.0.0.3
Senast Uppdaterad 2017-09-08
Publiceringsdatum 2017-09-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Mark Roffey
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}