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