Hotot+
Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.
Hotot+คืออะไร?
Hotot+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.redsquirrel87.com และคุณลักษณะหลักของมันคือ "Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hotot+
ดาวน์โหลดไฟล์ส่วนขยาย Hotot+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hotot+ for Chrome is an unofficial mod of Hotot, the famous and lightweight Twitter client for Google Chrome. Hotot+ has more than 1000 changes than the original version, divided among (many) bugfixes, improvements and additions of new functions. A complete and detailed list of new features can be found at project's official page at http://www.redsquirrel87.com/hototplus
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hotot+ |
ID | pmfcfpompfkahkjemkmenehdjehchpfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hotot+/pmfcfpompfkahkjemkmenehdjehchpfi |
คำอธิบาย | Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client. |
ขนาดไฟล์ | 5.8 MB |
จำนวนการติดตั้ง | 167 |
เวอร์ชันปัจจุบัน | 11 |
อัปเดตครั้งล่าสุด | 2017-11-08 |
วันที่เผยแพร่ | 2017-11-08 |
คะแนน | 5.00/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://www.redsquirrel87.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.redsquirrel87.com/hototplus |
URL หน้าช่วยเหลือ | http://www.redsquirrel87.com/hototplus |
ภาษาที่รองรับ | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Red Squirrel", "background": { "page": "background.html" }, "browser_action": { "default_icon": "image\/ic24_hotot.png", "default_title": "__MSG_hotot_goto__" }, "default_locale": "en", "description": "__MSG_hotot_description__", "homepage_url": "http:\/\/www.redsquirrel87.com\/Hotot+.php", "icons": { "128": "image\/ic128_hotot.png", "16": "image\/ic16_hotot.png", "24": "image\/ic24_hotot.png", "48": "image\/ic48_hotot.png", "64": "image\/ic64_hotot.png" }, "manifest_version": 2, "minimum_chrome_version": "40", "name": "Hotot+", "permissions": [ "contextMenus", "tabs", "unlimitedStorage", "notifications", "storage", "*:\/\/*\/*" ], "short_name": "Hotot+", "version": "11" } |