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 là gì?

4chan Search Engine là một tiện ích mở rộng Chrome được phát triển bởi witiko, và tính năng chính của nó là "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 4chan Search Engine

Tải xuống các tệp mở rộng 4chan Search Engine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 4chan Search Engine 4chan Search Engine
ID cicbafancclcafnbhfdgbnmibmaklkao
URL Chính Thức https://chromewebstore.google.com/detail/4chan-search-engine/cicbafancclcafnbhfdgbnmibmaklkao
Mô tả A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 260
Phiên Bản Hiện Tại 1.18
Cập Nhật Lần Cuối 2014-08-01
Ngày Phát Hành 2014-08-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển witiko
Loại Thanh Toán free
Trang Web Mở Rộng http://userscripts.org/scripts/show/118589
URL Trang Trợ Giúp https://twitter.com/4chanScripts
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}