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
官方網址 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
}