Classic Reddit

Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…

ما هو Classic Reddit؟

Classic Reddit هو إضافة Chrome تم تطويرها بواسطة bobmonkeywarts، والميزة الرئيسية لها هي "Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Classic Reddit

قم بتنزيل ملفات الامتداد Classic Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Redirects your browser to old.reddit.com to opt-out of the new redesign easily.

The redesign is slow, ugly, a waste of space, annoying to get used to, and doesn't support CSS. Get this extension and you won't have to deal with that.

If it ain't broke, don't fix it.                    

معلومات أساسية عن التمديد

الاسم Classic Reddit Classic Reddit
ID ochhlphdhemcmcdmplppdbchfobeihjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/classic-reddit/ochhlphdhemcmcdmplppdbchfobeihjp
الوصف Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…
حجم الملف 116 KB
عدد التثبيتات 86
النسخة الحالية 0.1
آخر تحديث 2018-05-05
تاريخ النشر 2018-05-05
المطور bobmonkeywarts
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Classic Reddit",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}