#GooberGabber - GamerGate Word Scrambler

Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".

什么是#GooberGabber - GamerGate Word Scrambler?

#GooberGabber - GamerGate Word Scrambler是由spiltcoffee开发的Chrome扩展程序,该扩展的主要功能是“Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".”。

扩展截图

screenshot
screenshot

下载#GooberGabber - GamerGate Word Scrambler扩展crx文件

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

扩展使用说明

                        Current word count: 169.

Suggestions for words? Tweet them at @spiltcoffee or make a pull request at https://github.com/spiltcoffee/goobergabber

Find the Goobergabber Privacy Policy at
https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy                    

扩展基本信息

名称 #GooberGabber - GamerGate Word Scrambler #GooberGabber - GamerGate Word Scrambler
ID efeahgomdginngpicicpkkbmgmcjembl
官方URL https://chromewebstore.google.com/detail/goobergabber-gamergate-wo/efeahgomdginngpicicpkkbmgmcjembl
简介 Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
文件大小 30.53 KB
安装次数 23
当前版本 1.2
更新时间 2016-08-18
上架时间 2016-08-18
评分 4.00/5 共12次评分
开发者 spiltcoffee
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/spiltcoffee/goobergabber
隐私政策页面URL https://github.com/spiltcoffee/goobergabber/wiki/Google-Chome-Web-Store---Goobergabber-Privacy-Policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "#GooberGabber - GamerGate Word Scrambler",
    "short_name": "GooberGabber",
    "description": "Replaces \"GamerGate\" with other G words. Also replaces \"GamerGater\" with \"Alligator\".",
    "version": "1.2",
    "author": "spiltcoffee",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "goobergabber.js"
            ],
            "run_at": "document_end"
        }
    ]
}