Teddit Please

Redirect all Reddit links to Teddit

Vad är Teddit Please?

Teddit Please är en Chrome-tillägg utvecklad av 0xedward, och dess huvudfunktion är "Redirect all Reddit links to Teddit".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Teddit Please-förlängningens CRX-fil

Ladda ner Teddit Please-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Teddit Please Teddit Please
ID plgkifjefgnakpadlnkmlcfmkiegahfe
Officiell webbadress https://chromewebstore.google.com/detail/teddit-please/plgkifjefgnakpadlnkmlcfmkiegahfe
Beskrivning Redirect all Reddit links to Teddit
Filstorlek 6.62 KB
Antal Installationer 129
Aktuell Version 1.0.1
Senast Uppdaterad 2021-01-19
Publiceringsdatum 2021-01-10
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare 0xedward
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/0xedward/teddit-please
Stödda Språk 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
}