Teddit Please

Redirect all Reddit links to Teddit

O que é Teddit Please?

Teddit Please é uma extensão do Chrome desenvolvida por 0xedward, e sua principal característica é "Redirect all Reddit links to Teddit".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Teddit Please

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

                        Teddit Please redirects all your Reddit traffic to a lightweight, privacy-friendly, open source Reddit front-end called Teddit whenever you click on a reddit link or directly browse to reddit.

The extension allows for setting your own Teddit instance if you want your Reddit links to redirect to your instance instead of teddit.net

The extension is open source - https://github.com/0xedward/teddit-please                    

Informações Básicas da Extensão

Nome Teddit Please Teddit Please
ID plgkifjefgnakpadlnkmlcfmkiegahfe
URL Oficial https://chromewebstore.google.com/detail/teddit-please/plgkifjefgnakpadlnkmlcfmkiegahfe
Descrição Redirect all Reddit links to Teddit
Tamanho do Arquivo 6.62 KB
Contagem de Instalações 129
Versão Atual 1.0.1
Última Atualização 2021-01-19
Data de Publicação 2021-01-10
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor 0xedward
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/0xedward/teddit-please
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teddit Please",
    "description": "Redirect all Reddit links to Teddit",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "icons": {
        "32": "assets\/icon.png",
        "48": "assets\/icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.reddit.com\/*"
    ],
    "manifest_version": 2
}