Teddit Please

Redirect all Reddit links to Teddit

Co to jest Teddit Please?

Teddit Please to rozszerzenie Chrome opracowane przez 0xedward, a jego główną funkcją jest „Redirect all Reddit links to Teddit”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Teddit Please

Pobierz pliki rozszerzeń Teddit Please w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Teddit Please Teddit Please
ID plgkifjefgnakpadlnkmlcfmkiegahfe
Oficjalny URL https://chromewebstore.google.com/detail/teddit-please/plgkifjefgnakpadlnkmlcfmkiegahfe
Opis Redirect all Reddit links to Teddit
Rozmiar pliku 6.62 KB
Liczba instalacji 129
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-01-19
Data Publikacji 2021-01-10
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper 0xedward
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/0xedward/teddit-please
Obsługiwane Języki 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
}