Teddit Please

Redirect all Reddit links to Teddit

什麼是Teddit Please?

Teddit Please是由0xedward開發的Chrome擴展程式,該擴展的主要功能是“Redirect all Reddit links to Teddit”。

擴展截圖

screenshot
screenshot

下載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 Teddit Please
ID plgkifjefgnakpadlnkmlcfmkiegahfe
官方網址 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
}