TinyHands
So small
TinyHandsคืออะไร?
TinyHands เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dagda และคุณลักษณะหลักของมันคือ "So small"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TinyHands
ดาวน์โหลดไฟล์ส่วนขยาย TinyHands ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace references to Trump's inaugural crowds with the word "penis" Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cbbefndphodbaohlledmaaofipjegafm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm |
คำอธิบาย | So small |
ขนาดไฟล์ | 5.11 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-01-26 |
วันที่เผยแพร่ | 2017-01-26 |
ผู้พัฒนา | dagda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyHands", "description": "So small", "version": "0.1", "browser_action": { "default_icon": "smol.png", "default_title": "So small! Sad." }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |