Teddit Please

Redirect all Reddit links to Teddit

What is Teddit Please?

Teddit Please is a Chrome extension developed by 0xedward, and its main feature is "Redirect all Reddit links to Teddit".

Extension Screenshots

screenshot
screenshot

Download Teddit Please Extension CRX File

Download Teddit Please extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Teddit Please Teddit Please
ID plgkifjefgnakpadlnkmlcfmkiegahfe
Official URL https://chromewebstore.google.com/detail/teddit-please/plgkifjefgnakpadlnkmlcfmkiegahfe
Description Redirect all Reddit links to Teddit
File Size 6.62 KB
Installation Count 129
Current Version 1.0.1
Last Updated 2021-01-19
Publish Date 2021-01-10
Rating 3.67/5 Total 3 Ratings
Developer 0xedward
Email [email protected]
Payment Type free
Extension Website https://github.com/0xedward/teddit-please
Supported Languages 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
}