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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}