Teddit Please
Redirect all Reddit links to Teddit
什么是Teddit Please?
Teddit Please是由0xedward开发的Chrome扩展程序,该扩展的主要功能是“Redirect all Reddit links to Teddit”。
扩展截图
下载Teddit Please扩展crx文件
下载Teddit Please扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Teddit Please |
ID | plgkifjefgnakpadlnkmlcfmkiegahfe |
官方URL | https://chromewebstore.google.com/detail/teddit-please/plgkifjefgnakpadlnkmlcfmkiegahfe |
简介 | Redirect all Reddit links to Teddit |
文件大小 | 6.62 KB |
安装次数 | 129 |
当前版本 | 1.0.1 |
更新时间 | 2021-01-19 |
上架时间 | 2021-01-10 |
评分 | 3.67/5 共3次评分 |
开发者 | 0xedward |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/0xedward/teddit-please |
支持的语言 | 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 } |