Teddit Please
Redirect all Reddit links to Teddit
Apa itu Teddit Please?
Teddit Please adalah ekstensi Chrome yang dikembangkan oleh 0xedward, dan fitur utamanya adalah "Redirect all Reddit links to Teddit".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Teddit Please
Unduh file ekstensi Teddit Please dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Teddit Please |
ID | plgkifjefgnakpadlnkmlcfmkiegahfe |
URL Resmi | https://chromewebstore.google.com/detail/teddit-please/plgkifjefgnakpadlnkmlcfmkiegahfe |
Deskripsi | Redirect all Reddit links to Teddit |
Ukuran File | 6.62 KB |
Jumlah Instalasi | 129 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-01-19 |
Tanggal Publikasi | 2021-01-10 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | 0xedward |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/0xedward/teddit-please |
Bahasa yang Didukung | 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 } |