Reddit Preload GIFs

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

Wat is Reddit Preload GIFs?

Reddit Preload GIFs is een Chrome-extensie ontwikkeld door Marcus, en de belangrijkste functie is "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Preload GIFs

Download Reddit Preload GIFs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
Officiële URL https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd
Beschrijving Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Bestandsgrootte 13.7 KB
Aantal Installaties 3,954
Huidige Versie 1.3
Laatst Bijgewerkt 2013-04-08
Publicatiedatum 2013-04-08
Beoordeling 4.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Marcus
Betalingswijze free
Extensiewebsite https://github.com/marcusds/RedditPreloadGIFs
Help Pagina-URL http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/
Ondersteunde Talen 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"
}