Teddit Please
Redirect all Reddit links to Teddit
Teddit Please là gì?
Teddit Please là một tiện ích mở rộng Chrome được phát triển bởi 0xedward, và tính năng chính của nó là "Redirect all Reddit links to Teddit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Teddit Please
Tải xuống các tệp mở rộng Teddit Please dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Teddit Please |
ID | plgkifjefgnakpadlnkmlcfmkiegahfe |
URL Chính Thức | https://chromewebstore.google.com/detail/teddit-please/plgkifjefgnakpadlnkmlcfmkiegahfe |
Mô tả | Redirect all Reddit links to Teddit |
Kích Thước Tệp | 6.62 KB |
Số Lần Cài Đặt | 129 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-01-19 |
Ngày Phát Hành | 2021-01-10 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | 0xedward |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/0xedward/teddit-please |
Ngôn Ngữ Được Hỗ Trợ | 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 } |