Toggle Old Reddit Redirect

Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.

O que é Toggle Old Reddit Redirect?

Toggle Old Reddit Redirect é uma extensão do Chrome desenvolvida por chunkybrewster, e sua principal característica é "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Toggle Old Reddit Redirect

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

                        Do you prefer the old style of interface for Reddit more than the new one?

Use Toggle Old Reddit Redirect to automatically redirect all Reddit URLs to the 'old.' prefix.

You can toggle the redirect on and off by clicking the toolbar icon. When it is turned back on it will automatically redirect all open tabs currently on Reddit to the 'old.' URL.

https://github.com/chunkybrewster/toggle-old-reddit-redirect                    

Informações Básicas da Extensão

Nome Toggle Old Reddit Redirect Toggle Old Reddit Redirect
ID pfhekjkfjbcbnohifmkgcplickojmbhl
URL Oficial https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl
Descrição Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
Tamanho do Arquivo 31.29 KB
Contagem de Instalações 67
Versão Atual 1.1
Última Atualização 2020-07-13
Data de Publicação 2020-07-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor chunkybrewster
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/chunkybrewster/toggle-old-reddit-redirect
URL da Página de Ajuda https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggle Old Reddit Redirect",
    "version": "1.1",
    "description": "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on\/off by clicking the toolbar icon.",
    "icons": {
        "48": "assets\/icons\/toggle-48.png",
        "64": "assets\/icons\/toggle-64.png",
        "96": "assets\/icons\/toggle-96.png",
        "128": "assets\/icons\/toggle-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/new.reddit.com\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/toggle-32.png",
        "default_title": "Toggle Old Reddit Redirect"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    }
}