West Ham-ify me.

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

West Ham-ify me. là gì?

West Ham-ify me. là một tiện ích mở rộng Chrome được phát triển bởi Mark Roffey, và tính năng chính của nó là "Bringing the famous Claret and Blue to your screen in times of need.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng West Ham-ify me.

Tải xuống các tệp mở rộng West Ham-ify me. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên West Ham-ify me. West Ham-ify me.
ID nkdhfanhgogkllmkipkmcnbgooaaojea
URL Chính Thức https://chromewebstore.google.com/detail/west-ham-ify-me/nkdhfanhgogkllmkipkmcnbgooaaojea
Mô tả Bringing the famous Claret and Blue to your screen in times of need.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-09-08
Ngày Phát Hành 2017-09-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mark Roffey
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}