TTUN Replace

Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.

什么是TTUN Replace?

TTUN Replace是由jstewart1759开发的Chrome扩展程序,该扩展的主要功能是“Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.”。

扩展截图

screenshot

下载TTUN Replace扩展crx文件

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

扩展使用说明

                        Tired of seeing the na*e of the state that is north of Ohio?  The internet has long been a scary place for Ohio State fans - it is now safe again.                    

扩展基本信息

名称 TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
官方URL https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
简介 Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
文件大小 3.56 KB
安装次数 120
当前版本 1.0
更新时间 2016-11-26
上架时间 2016-11-26
评分 5.00/5 共3次评分
开发者 jstewart1759
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTUN Replace",
    "description": "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}