Reddit Preload GIFs

Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them

ما هو Reddit Preload GIFs؟

Reddit Preload GIFs هو إضافة Chrome تم تطويرها بواسطة Marcus، والميزة الرئيسية لها هي "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".

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

screenshot

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

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

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

                        Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them.

Now works with Reddit Enhancement Suites' neverending Reddit feature!                    

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

الاسم Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd
الوصف Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
حجم الملف 13.7 KB
عدد التثبيتات 3,954
النسخة الحالية 1.3
آخر تحديث 2013-04-08
تاريخ النشر 2013-04-08
تقييم 4.00/5 مجموع تقييمات 10
المطور Marcus
نوع الدفع free
موقع الإضافة https://github.com/marcusds/RedditPreloadGIFs
عنوان صفحة المساعدة http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them",
    "name": "Reddit Preload GIFs",
    "permissions": [
        "http:\/\/reddit.com\/*",
        "http:\/\/*.reddit.com\/*"
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*"
            ],
            "all_frames": true,
            "js": [
                "preload_gifs.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.3"
}