Reddit Preload GIFs

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

¿Qué es Reddit Preload GIFs?

Reddit Preload GIFs es una extensión de Chrome desarrollada por Marcus, y su función principal es "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reddit Preload GIFs

Descarga archivos de extensión Reddit Preload GIFs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
URL Oficial https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd
Descripción Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Tamaño del Archivo 13.7 KB
Cantidad de Instalaciones 3,954
Versión Actual 1.3
Última Actualización 2013-04-08
Fecha de Publicación 2013-04-08
Calificación 4.00/5 Total de 10 Calificaciones
Desarrollador Marcus
Tipo de Pago free
Sitio Web de la Extensión https://github.com/marcusds/RedditPreloadGIFs
URL de la Página de Ayuda http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/
Idiomas Soportados 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"
}