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