Reddit Preload GIFs

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

Apa itu Reddit Preload GIFs?

Reddit Preload GIFs adalah ekstensi Chrome yang dikembangkan oleh Marcus, dan fitur utamanya adalah "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit Preload GIFs

Unduh file ekstensi Reddit Preload GIFs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
URL Resmi https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd
Deskripsi Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Ukuran File 13.7 KB
Jumlah Instalasi 3,954
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-04-08
Tanggal Publikasi 2013-04-08
Penilaian 4.00/5 Total 10 Penilaian
Pengembang Marcus
Tipe Pembayaran free
Situs Ekstensi https://github.com/marcusds/RedditPreloadGIFs
URL Halaman Bantuan http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/
Bahasa yang Didukung 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"
}