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
公式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
Eメール [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
}