Hot take to What's up
Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Hot take to What's upคืออะไร?
Hot take to What's up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hot take to What's up
ดาวน์โหลดไฟล์ส่วนขยาย Hot take to What's up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | achhodbdjjjajcfflmemhgoaeelodmei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei |
คำอธิบาย | Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon. |
ขนาดไฟล์ | 5.5 KB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-03-21 |
วันที่เผยแพร่ | 2016-03-21 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hot take to What's up", "version": "0.1", "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.", "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "overrides.js" ] } ] } |