#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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
]
} | |