4chan X

4chan X is a script that adds various features to anonymous imageboards.

4chan X란 무엇입니까?

4chan X은(는) https://4chan-x.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "4chan X is a script that adds various features to anonymous imageboards."입니다.

확장 프로그램 스크린샷

screenshot

4chan X 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        4chan X is a script that adds various features to anonymous imageboards. It was originally developed for 4chan but has no affiliation with it.

For other browsers or for the userscript version (works better than the Chrome extension unless you need syncing between devices), see:

https://www.4chan-x.net/

Please note:

Uninstalling: 4chan X disables the native extension, so if you uninstall 4chan X, you'll need to re-enable it. To do this, click the [Settings] link in the top right corner, uncheck "Disable the native extension" in the panel that appears, and click the "Save Settings" button. If you don't see a "Save Settings" button, it may be being hidden by your ad blocker.

Incognito mode: By default, 4chan X remembers your last read post in a thread and which posts were made by you, even if you are in incognito mode. If you want to turn this off, uncheck the "Remember Last Read Post" and "Remember Your Posts" options in the settings panel. You can clear all 4chan browsing history saved by 4chan X by resetting your settings.

Use of the "Link Title" feature to fetch titles of Youtube links is subject to Youtube's Terms of Service (https://www.youtube.com/t/terms) and Privacy Policy (http://www.google.com/policies/privacy). For more details on what information is sent to Youtube and other sites, and how to turn it off if you don't want the feature, see https://github.com/ccd0/4chan-x/wiki/Privacy.                    

확장 프로그램 기본 정보

이름 4chan X 4chan X
ID ohnjgmpcibpbafdlkimncjhflgedgpam
공식 URL https://chromewebstore.google.com/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam
설명 4chan X is a script that adds various features to anonymous imageboards.
파일 크기 328 KB
설치 횟수 88,514
현재 버전 1.14.22.4
최근 업데이트 2023-02-28
출시 날짜 2020-06-11
평점 4.25/5 총 245 개의 평점
개발자 https://4chan-x.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.4chan-x.net/
도움말 페이지 URL https://github.com/ccd0/4chan-x/issues
개인정보 보호 정책 페이지 URL https://github.com/ccd0/4chan-x/wiki/Privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan X",
    "version": "1.14.22.4",
    "manifest_version": 2,
    "description": "4chan X is a script that adds various features to anonymous imageboards.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.4chan.org\/*",
                "*:\/\/*.4channel.org\/*",
                "*:\/\/*.4cdn.org\/*",
                "https:\/\/erischan.org\/*",
                "https:\/\/www.erischan.org\/*",
                "https:\/\/fufufu.moe\/*",
                "https:\/\/gnfos.com\/*",
                "https:\/\/himasugi.blog\/*",
                "https:\/\/www.himasugi.blog\/*",
                "https:\/\/kakashinenpo.com\/*",
                "https:\/\/www.kakashinenpo.com\/*",
                "https:\/\/kissu.moe\/*",
                "https:\/\/www.kissu.moe\/*",
                "https:\/\/lainchan.org\/*",
                "https:\/\/www.lainchan.org\/*",
                "https:\/\/merorin.com\/*",
                "https:\/\/ota-ch.com\/*",
                "https:\/\/www.ota-ch.com\/*",
                "https:\/\/ponyville.us\/*",
                "https:\/\/www.ponyville.us\/*",
                "https:\/\/smuglo.li\/*",
                "https:\/\/notso.smuglo.li\/*",
                "https:\/\/smugloli.net\/*",
                "https:\/\/smug.nepu.moe\/*",
                "https:\/\/sportschan.org\/*",
                "https:\/\/www.sportschan.org\/*",
                "https:\/\/sushigirl.us\/*",
                "https:\/\/www.sushigirl.us\/*",
                "https:\/\/tvch.moe\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.4chan.org\/advertise",
                "*:\/\/www.4chan.org\/advertise?*",
                "*:\/\/www.4chan.org\/donate",
                "*:\/\/www.4chan.org\/donate?*",
                "*:\/\/www.4channel.org\/advertise",
                "*:\/\/www.4channel.org\/advertise?*",
                "*:\/\/www.4channel.org\/donate",
                "*:\/\/www.4channel.org\/donate?*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/www.4chan-x.net\/",
    "minimum_chrome_version": "33",
    "permissions": [
        "*:\/\/*.4chan.org\/*",
        "*:\/\/*.4channel.org\/*",
        "*:\/\/*.4cdn.org\/*",
        "https:\/\/erischan.org\/*",
        "https:\/\/www.erischan.org\/*",
        "https:\/\/fufufu.moe\/*",
        "https:\/\/gnfos.com\/*",
        "https:\/\/himasugi.blog\/*",
        "https:\/\/www.himasugi.blog\/*",
        "https:\/\/kakashinenpo.com\/*",
        "https:\/\/www.kakashinenpo.com\/*",
        "https:\/\/kissu.moe\/*",
        "https:\/\/www.kissu.moe\/*",
        "https:\/\/lainchan.org\/*",
        "https:\/\/www.lainchan.org\/*",
        "https:\/\/merorin.com\/*",
        "https:\/\/ota-ch.com\/*",
        "https:\/\/www.ota-ch.com\/*",
        "https:\/\/ponyville.us\/*",
        "https:\/\/www.ponyville.us\/*",
        "https:\/\/smuglo.li\/*",
        "https:\/\/notso.smuglo.li\/*",
        "https:\/\/smugloli.net\/*",
        "https:\/\/smug.nepu.moe\/*",
        "https:\/\/sportschan.org\/*",
        "https:\/\/www.sportschan.org\/*",
        "https:\/\/sushigirl.us\/*",
        "https:\/\/www.sushigirl.us\/*",
        "https:\/\/tvch.moe\/*",
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}