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

What is 4chan Search Engine?

4chan Search Engine is a Chrome extension developed by witiko, and its main feature is "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in".

Extension Screenshots

screenshot

Download 4chan Search Engine Extension CRX File

Download 4chan Search Engine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 4chan Search Engine 4chan Search Engine
ID cicbafancclcafnbhfdgbnmibmaklkao
Official URL https://chromewebstore.google.com/detail/4chan-search-engine/cicbafancclcafnbhfdgbnmibmaklkao
Description A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in
File Size 194 KB
Installation Count 260
Current Version 1.18
Last Updated 2014-08-01
Publish Date 2014-08-01
Rating 5.00/5 Total 1 Ratings
Developer witiko
Payment Type free
Extension Website http://userscripts.org/scripts/show/118589
Help Page URL https://twitter.com/4chanScripts
Supported Languages 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"
        }
    ]
}