Reddit load images directly

Reddit load images in new tabs directly (bypass reddit image preview page)

ما هو Reddit load images directly؟

Reddit load images directly هو إضافة Chrome تم تطويرها بواسطة viktor svensson، والميزة الرئيسية لها هي "Reddit load images in new tabs directly (bypass reddit image preview page)".

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

screenshot

تحميل ملف CRX للإضافة Reddit load images directly

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

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

                        Bypass Reddits annoying image previewer page.

Changelog:
v1.2.1:
  The extension should now work with Brave browser                    

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

الاسم Reddit load images directly Reddit load images directly
ID fpimmmjbglpnlpbfikgekaaeinminolo
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-load-images-direct/fpimmmjbglpnlpbfikgekaaeinminolo
الوصف Reddit load images in new tabs directly (bypass reddit image preview page)
حجم الملف 11.68 KB
عدد التثبيتات 20,000
النسخة الحالية 1.2.1
آخر تحديث 2023-08-31
تاريخ النشر 2023-08-01
تقييم 4.74/5 مجموع تقييمات 130
المطور viktor svensson
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/MonsterMannen/reddit-load-images-directly-chrome
عنوان صفحة المساعدة https://github.com/MonsterMannen/reddit-load-images-directly-chrome
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit load images directly",
    "version": "1.2.1",
    "description": "Reddit load images in new tabs directly (bypass reddit image preview page)",
    "author": "MonsterMannen",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/preview.redd.it\/*",
        "https:\/\/i.redd.it\/*",
        "https:\/\/external-preview.redd.it\/*",
        "*:\/\/*.reddit.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule_external_preview_redd",
                "path": "rules\/rule_external_preview_redd.json",
                "enabled": true
            },
            {
                "id": "rule_i_redd",
                "path": "rules\/rule_i_redd.json",
                "enabled": true
            },
            {
                "id": "rule_preview_redd",
                "path": "rules\/rule_preview_redd.json",
                "enabled": true
            },
            {
                "id": "rule_reddit",
                "path": "rules\/rule_reddit.json",
                "enabled": true
            }
        ]
    }
}