Gate to Fart
Replaces the text 'gate' with 'fart'.
什么是Gate to Fart?
Gate to Fart是由Sana开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'gate' with 'fart'.”。
扩展截图
下载Gate to Fart扩展crx文件
下载Gate to Fart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience.
Update 1.1: Removed an unnecessary icon.                     扩展基本信息
| 名称 |   |  
| ID | iagclbkbkodngkiiipcnefjeilkfjflm | 
| 官方URL | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm | 
| 简介 | Replaces the text 'gate' with 'fart'. | 
| 文件大小 | 7.99 KB | 
| 安装次数 | 31 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2015-07-19 | 
| 上架时间 | 2015-07-19 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | Sana | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/bigshika/gate-to-fart | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gate to Fart",
    "version": "1.1",
    "description": "Replaces the text 'gate' with 'fart'.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |