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 - это расширение Chrome, разработанное witiko, и его основная функция - "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения 4chan Search Engine

Скачайте файлы расширений 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"
        }
    ]
}