appchan x

The most comprehensive 4chan userscript.

O que é appchan x?

appchan x é uma extensão do Chrome desenvolvida por https://zixaphir.github.io/appchan-x, e sua principal característica é "The most comprehensive 4chan userscript.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão appchan x

Baixe arquivos de extensão appchan x 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

                        The most comprehensive and feature-rich 4chan Extension.

Sample of features:
* Customizable themes and mascots
* Quick Reply with cooldown timer, captcha cacheing, and autoposting / dumping
* Gallery Mode for viewing all thread images easily
* Image Expansion on click
* Image Preloading with thumbnail replacement
* Linkification
* Media embedding (youtube, vimeo, twitch.tv, and others)
* +With title link preview
* Thread and post hiding
* Regular Expression-based post filter and highlighter
* Thread Watcher
* Thread Updater on customizable timer
* Thread stats (image, reply, and unread count)
* Backlinking and Forwardlinking
* And more

See http://zixaphir.github.io/appchan-x/#features for a comprehensive feature list.                    

Informações Básicas da Extensão

Nome appchan x appchan x
ID gfibffekgcmgabbfaibbbcapgnfobnoi
URL Oficial https://chromewebstore.google.com/detail/appchan-x/gfibffekgcmgabbfaibbbcapgnfobnoi
Descrição The most comprehensive 4chan userscript.
Tamanho do Arquivo 257 KB
Contagem de Instalações 3,467
Versão Atual 2.10.15
Última Atualização 2016-02-13
Data de Publicação 2016-02-12
Classificação 4.17/5 Total de 66 Avaliações
Desenvolvedor https://zixaphir.github.io/appchan-x
Tipo de Pagamento free
Site da Extensão http://zixaphir.github.io/appchan-x/
URL da Página de Ajuda https://github.com/zixaphir/appchan-x/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "appchan x",
    "version": "2.10.15",
    "manifest_version": 2,
    "description": "The most comprehensive 4chan userscript.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.4chan.org\/*",
                "*:\/\/boards.4chan.org\/*",
                "*:\/\/sys.4chan.org\/*",
                "*:\/\/a.4cdn.org\/*",
                "*:\/\/i.4cdn.org\/*",
                "*:\/\/www.google.com\/recaptcha\/api\/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "http:\/\/zixaphir.github.com\/appchan-x\/",
    "minimum_chrome_version": "32",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}