What do you think of Tottenham?

Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."

What do you think of Tottenham? là gì?

What do you think of Tottenham? là một tiện ích mở rộng Chrome được phát triển bởi Gooner, và tính năng chính của nó là "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".

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

Tải xuống tệp CRX của tiện ích mở rộng What do you think of Tottenham?

Tải xuống các tệp mở rộng What do you think of Tottenham? 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

                        For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit.

COYG                    

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

Tên What do you think of Tottenham? What do you think of Tottenham?
ID jcgphhpflljkoofleldpnbcgchedobfa
URL Chính Thức https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa
Mô tả Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Kích Thước Tệp 24.31 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-05-02
Ngày Phát Hành 2016-05-02
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Gooner
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What do you think of Tottenham?",
    "version": "1.0",
    "description": "Add this app to your Chrome browser and replace all instances of \"Tottenham\" with \"Shit.\"",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "What do you think of Tottenham?"
    }
}