4chan X
Cross-browser userscript for maximum lurking on 4chan.
4chan Xคืออะไร?
4chan X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seaweedchan.github.io/4chan-x และคุณลักษณะหลักของมันคือ "Cross-browser userscript for maximum lurking on 4chan."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4chan X
ดาวน์โหลดไฟล์ส่วนขยาย 4chan X ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This fork of 4chan X provides many extra features from the original, including many new keybinds, quote threading¹, better performance², option to not have a fixed header, a better updater menu, image prefetching and thumbnail replacements, email emojis³, and tons more. Want a change? Make an issue on our Github! We're not too stubborn to make anything optional. --- ¹ Quote threading rearranges the thread to be more readable when you first open it, so replies to a post will be placed right underneath it. It works with the updater, as well, and accounts for your viewport to ensure you never miss a post. ² Performance can be benchmarked by opening the sticky on /m/. ³ Emoji are small icons that appear next to the email field when you enter in a specific email. Enable them and look around the website to find them! They're especially popular on /g/ and /a/.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 4chan X |
ID | poojninacjpckfopjogaokeegibhkidi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/4chan-x/poojninacjpckfopjogaokeegibhkidi |
คำอธิบาย | Cross-browser userscript for maximum lurking on 4chan. |
ขนาดไฟล์ | 189 KB |
จำนวนการติดตั้ง | 189 |
เวอร์ชันปัจจุบัน | 1.3.11 |
อัปเดตครั้งล่าสุด | 2014-04-06 |
วันที่เผยแพร่ | 2014-04-06 |
คะแนน | 2.81/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://seaweedchan.github.io/4chan-x |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://seaweedchan.github.io/4chan-x/ |
URL หน้าช่วยเหลือ | https://github.com/seaweedchan/4chan-x/blob/master/README.md#reporting-bugs-and-suggestions |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "4chan X", "version": "1.3.11", "manifest_version": 2, "description": "Cross-browser userscript for maximum lurking on 4chan.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/boards.4chan.org\/*", "*:\/\/sys.4chan.org\/*", "*:\/\/a.4cdn.org\/*", "*:\/\/i.4cdn.org\/*" ], "all_frames": true, "run_at": "document_start" } ], "homepage_url": "http:\/\/seaweedchan.github.io\/4chan-x\/", "minimum_chrome_version": "31", "permissions": [ "storage" ] } |