#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
官方網址 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"
        }
    ]
}