appchan x
The most comprehensive 4chan userscript.
appchan xคืออะไร?
appchan x เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zixaphir.github.io/appchan-x และคุณลักษณะหลักของมันคือ "The most comprehensive 4chan userscript."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย appchan x
ดาวน์โหลดไฟล์ส่วนขยาย appchan x ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The most comprehensive and feature-rich 4chan Extension. Sample of features: * Customizable themes and mascots * Quick Reply with cooldown timer, captcha cacheing, and autoposting / dumping * Gallery Mode for viewing all thread images easily * Image Expansion on click * Image Preloading with thumbnail replacement * Linkification * Media embedding (youtube, vimeo, twitch.tv, and others) * +With title link preview * Thread and post hiding * Regular Expression-based post filter and highlighter * Thread Watcher * Thread Updater on customizable timer * Thread stats (image, reply, and unread count) * Backlinking and Forwardlinking * And more See http://zixaphir.github.io/appchan-x/#features for a comprehensive feature list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | appchan x |
ID | gfibffekgcmgabbfaibbbcapgnfobnoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/appchan-x/gfibffekgcmgabbfaibbbcapgnfobnoi |
คำอธิบาย | The most comprehensive 4chan userscript. |
ขนาดไฟล์ | 257 KB |
จำนวนการติดตั้ง | 3,467 |
เวอร์ชันปัจจุบัน | 2.10.15 |
อัปเดตครั้งล่าสุด | 2016-02-13 |
วันที่เผยแพร่ | 2016-02-12 |
คะแนน | 4.17/5 รวมทั้งหมด 66 คะแนน |
ผู้พัฒนา | https://zixaphir.github.io/appchan-x |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://zixaphir.github.io/appchan-x/ |
URL หน้าช่วยเหลือ | https://github.com/zixaphir/appchan-x/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "appchan x", "version": "2.10.15", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/*.4chan.org\/*", "*:\/\/boards.4chan.org\/*", "*:\/\/sys.4chan.org\/*", "*:\/\/a.4cdn.org\/*", "*:\/\/i.4cdn.org\/*", "*:\/\/www.google.com\/recaptcha\/api\/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc" ], "all_frames": true, "run_at": "document_start" } ], "homepage_url": "http:\/\/zixaphir.github.com\/appchan-x\/", "minimum_chrome_version": "32", "permissions": [ "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |