West Ham-ify me.

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

什么是West Ham-ify me.?

West Ham-ify me.是由Mark Roffey开发的Chrome扩展程序,该扩展的主要功能是“Bringing the famous Claret and Blue to your screen in times of need.”。

扩展截图

screenshot

下载West Ham-ify me.扩展crx文件

下载West Ham-ify me.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
官方URL https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
简介 Bringing the famous Claret and Blue to your screen in times of need.
文件大小 121 KB
安装次数 144
当前版本 0.0.0.3
更新时间 2017-09-08
上架时间 2017-09-08
评分 5.00/5 共1次评分
开发者 Mark Roffey
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}