#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
Eメール [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"
        }
    ]
}