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??

What do you think of Tottenham?是由Gooner开发的Chrome扩展程序,该扩展的主要功能是“Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."”。

扩展截图

下载What do you think of Tottenham?扩展crx文件

下载What do you think of Tottenham?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

COYG                    

扩展基本信息

名称 What do you think of Tottenham? What do you think of Tottenham?
ID jcgphhpflljkoofleldpnbcgchedobfa
官方URL https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa
简介 Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
文件大小 24.31 KB
安装次数 68
当前版本 1.0
更新时间 2016-05-02
上架时间 2016-05-02
评分 5.00/5 共5次评分
开发者 Gooner
付费类型 free
支持的语言 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?"
    }
}