#GooberGabber - GamerGate Word Scrambler
Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".
ما هو #GooberGabber - GamerGate Word Scrambler؟
#GooberGabber - GamerGate Word Scrambler هو إضافة Chrome تم تطويرها بواسطة spiltcoffee، والميزة الرئيسية لها هي "Replaces "GamerGate" with other G words. Also replaces "GamerGater" with "Alligator".".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة #GooberGabber - GamerGate Word Scrambler
قم بتنزيل ملفات الامتداد #GooberGabber - GamerGate Word Scrambler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة سياسة الخصوصية | 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"
}
]
} | |