#GooberGabber - GamerGate Word Scrambler

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

#GooberGabber - GamerGate Word Scrambler क्या है?

#GooberGabber - GamerGate Word Scrambler spiltcoffee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator"."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में #GooberGabber - GamerGate Word Scrambler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}