4chan X
Cross-browser userscript for maximum lurking on 4chan.
4chan X란 무엇입니까?
4chan X은(는) https://seaweedchan.github.io/4chan-x에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cross-browser userscript for maximum lurking on 4chan."입니다.
확장 프로그램 스크린샷
4chan X 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/. 확장 프로그램 기본 정보
| 이름 | |
| 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"
]
} | |