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

O que é 4chan Search Engine?

4chan Search Engine é uma extensão do Chrome desenvolvida por witiko, e sua principal característica é "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 4chan Search Engine

Baixe arquivos de extensão 4chan Search Engine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 4chan Search Engine 4chan Search Engine
ID cicbafancclcafnbhfdgbnmibmaklkao
URL Oficial https://chromewebstore.google.com/detail/4chan-search-engine/cicbafancclcafnbhfdgbnmibmaklkao
Descrição A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in
Tamanho do Arquivo 194 KB
Contagem de Instalações 260
Versão Atual 1.18
Última Atualização 2014-08-01
Data de Publicação 2014-08-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor witiko
Tipo de Pagamento free
Site da Extensão http://userscripts.org/scripts/show/118589
URL da Página de Ajuda https://twitter.com/4chanScripts
Idiomas Suportados 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"
        }
    ]
}