Teddit Please

Redirect all Reddit links to Teddit

Teddit Pleaseคืออะไร?

Teddit Please เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 0xedward และคุณลักษณะหลักของมันคือ "Redirect all Reddit links to Teddit"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teddit Please

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}