Classic Reddit

Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…

O que é Classic Reddit?

Classic Reddit é uma extensão do Chrome desenvolvida por bobmonkeywarts, e sua principal característica é "Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Classic Reddit

Baixe arquivos de extensão Classic Reddit 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

                        Redirects your browser to old.reddit.com to opt-out of the new redesign easily.

The redesign is slow, ugly, a waste of space, annoying to get used to, and doesn't support CSS. Get this extension and you won't have to deal with that.

If it ain't broke, don't fix it.                    

Informações Básicas da Extensão

Nome Classic Reddit Classic Reddit
ID ochhlphdhemcmcdmplppdbchfobeihjp
URL Oficial https://chromewebstore.google.com/detail/classic-reddit/ochhlphdhemcmcdmplppdbchfobeihjp
Descrição Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…
Tamanho do Arquivo 116 KB
Contagem de Instalações 86
Versão Atual 0.1
Última Atualização 2018-05-05
Data de Publicação 2018-05-05
Desenvolvedor bobmonkeywarts
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Classic Reddit",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}