Old Reddit Redirect

Ensure Reddit always loads the old design, except when using new.reddit.com links

O que é Old Reddit Redirect?

Old Reddit Redirect é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Ensure Reddit always loads the old design, except when using new.reddit.com links".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Old Reddit Redirect

Baixe arquivos de extensão Old Reddit Redirect 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 Reddit links to old.reddit.com, except when using new.reddit.com
The new.reddit.com redirect is what distinguishes it from the extension it was based on.
Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US                    

Informações Básicas da Extensão

Nome Old Reddit Redirect Old Reddit Redirect
ID npidphabboicbpfnemnaohbngaikfmbh
URL Oficial https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh
Descrição Ensure Reddit always loads the old design, except when using new.reddit.com links
Tamanho do Arquivo 447 KB
Contagem de Instalações 51
Versão Atual 2.0.0
Última Atualização 2020-04-21
Data de Publicação 2020-04-21
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Reddit Redirect",
    "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links",
    "version": "2.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/old.reddit.com\/*"
    ]
}