West Ham-ify me.

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

Apa itu West Ham-ify me.?

West Ham-ify me. adalah ekstensi Chrome yang dikembangkan oleh Mark Roffey, dan fitur utamanya adalah "Bringing the famous Claret and Blue to your screen in times of need.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi West Ham-ify me.

Unduh file ekstensi West Ham-ify me. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
URL Resmi https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Deskripsi Bringing the famous Claret and Blue to your screen in times of need.
Ukuran File 121 KB
Jumlah Instalasi 144
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2017-09-08
Tanggal Publikasi 2017-09-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Mark Roffey
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}