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文件

下載4chan Search Engine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}