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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}