West Ham-ify me.

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

Qu'est-ce que West Ham-ify me. ?

West Ham-ify me. est une extension Chrome développée par Mark Roffey, et sa fonction principale est "Bringing the famous Claret and Blue to your screen in times of need.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension West Ham-ify me.

Téléchargez les fichiers d'extension West Ham-ify me. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
URL Officiel https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Description Bringing the famous Claret and Blue to your screen in times of need.
Taille du Fichier 121 KB
Nombre d'Installations 144
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2017-09-08
Date de Publication 2017-09-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mark Roffey
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}