4chan Search Engine

A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in

4chan Search Engine란 무엇입니까?

4chan Search Engine은(는) witiko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can download a userscript here: http://tiny.cc/4chanSearchEngine
Follow me on twitter: http://twitter.com/4chanScripts                    

확장 프로그램 기본 정보

이름 4chan Search Engine 4chan Search Engine
ID cicbafancclcafnbhfdgbnmibmaklkao
공식 URL https://chromewebstore.google.com/detail/4chan-search-engine/cicbafancclcafnbhfdgbnmibmaklkao
설명 A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in
파일 크기 194 KB
설치 횟수 260
현재 버전 1.18
최근 업데이트 2014-08-01
출시 날짜 2014-08-01
평점 5.00/5 총 1 개의 평점
개발자 witiko
결제 유형 free
확장 프로그램 웹 사이트 http://userscripts.org/scripts/show/118589
도움말 페이지 URL https://twitter.com/4chanScripts
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "converted_from_user_script": true,
    "name": "4chan Search Engine",
    "author": "Witiko ",
    "description": "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in",
    "version": "1.18",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/boards.4chan.org\/",
        "https:\/\/boards.4chan.org\/",
        "http:\/\/a.4cdn.org\/",
        "https:\/\/a.4cdn.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.4chan.org\/",
                "https:\/\/www.4chan.org\/",
                "http:\/\/www.4chan.org\/#",
                "https:\/\/www.4chan.org\/#",
                "http:\/\/www.4chan.org\/?*",
                "https:\/\/www.4chan.org\/?*"
            ],
            "js": [
                "1.18.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}