Prefer Old Reddit Profiles (by /u/corylulu)

Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.

ما هو Prefer Old Reddit Profiles (by /u/corylulu)؟

Prefer Old Reddit Profiles (by /u/corylulu) هو إضافة Chrome تم تطويرها بواسطة corylulu، والميزة الرئيسية لها هي "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".

تحميل ملف CRX للإضافة Prefer Old Reddit Profiles (by /u/corylulu)

قم بتنزيل ملفات الامتداد Prefer Old Reddit Profiles (by /u/corylulu) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم Prefer Old Reddit Profiles (by /u/corylulu) Prefer Old Reddit Profiles (by /u/corylulu)
ID heldhdonnehiejfcfddaimkgaaiaccbf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf
الوصف Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
حجم الملف 44.3 KB
عدد التثبيتات 85
النسخة الحالية 1.0.2
آخر تحديث 2017-11-08
تاريخ النشر 2017-11-08
تقييم 2.33/5 مجموع تقييمات 3
المطور corylulu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.reddit.com/u/corylulu
عنوان صفحة المساعدة http://www.reddit.com/u/corylulu
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "arrive.min.js",
                "index.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "http:\/\/reddit.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/reddit.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "description": "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.",
    "manifest_version": 2,
    "name": "Prefer Old Reddit Profiles (by \/u\/corylulu)",
    "version": "1.0.2"
}