West Ham-ify me.

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

Was ist West Ham-ify me.?

West Ham-ify me. ist eine Chrome-Erweiterung, die von Mark Roffey entwickelt wurde, und ihr Hauptmerkmal ist "Bringing the famous Claret and Blue to your screen in times of need.".

Erweiterungsscreenshots

screenshot

West Ham-ify me.-Erweiterungs-CRX-Datei herunterladen

Laden Sie West Ham-ify me.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
Offizielle URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Beschreibung Bringing the famous Claret and Blue to your screen in times of need.
Dateigröße 121 KB
Installationsanzahl 144
Aktuelle Version 0.0.0.3
Letztes Update 2017-09-08
Veröffentlichungsdatum 2017-09-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Mark Roffey
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}