The Garnisher
Replaces words with other words to create funny scenarios.
The Garnisherคืออะไร?
The Garnisher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elliot Brazier และคุณลักษณะหลักของมันคือ "Replaces words with other words to create funny scenarios."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Garnisher
ดาวน์โหลดไฟล์ส่วนขยาย The Garnisher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Garnisher is designed to mess with your webpage by making grammar and spelling errors
Donald Trump -> Donald Duck
Hillary (Rodham) Clinton -> Hill (Hamrod) Dog
Uppercase I's are now lowercase
Investigated -> instigated
Can't -> can
seven -> 7
Their and they're -> there
whose -> whos
Obama -> Osama
debate -> dance-off
self driving -> uncontrollably swerving
poll -> psychic reading
horsepower -> tons of horsemeat
candidate -> airbender
drone -> dog
vows to -> probably won't
at large -> very large
successfully -> suddenly
expands -> physically expands
an unknown number -> like hundreds
front runner -> blade runner
global -> spherical
no indication -> lots of signs
I would not recommend using this for anything other than pranking ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | flaclgjgcobhpciikknpohdmcjciejag |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag |
| คำอธิบาย | Replaces words with other words to create funny scenarios. |
| ขนาดไฟล์ | 15.84 KB |
| จำนวนการติดตั้ง | 20 |
| เวอร์ชันปัจจุบัน | 1.12 |
| อัปเดตครั้งล่าสุด | 2016-01-08 |
| วันที่เผยแพร่ | 2016-01-08 |
| คะแนน | 1.75/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | Elliot Brazier |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Garnisher",
"description": "Replaces words with other words to create funny scenarios.",
"version": "1.12",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*\/*\/*\/*"
],
"js": [
"findandreplacedomtext.js",
"content.js"
],
"run_at": "document_end"
}
]
} | |