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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}