Reddit Preload GIFs

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

Was ist Reddit Preload GIFs?

Reddit Preload GIFs ist eine Chrome-Erweiterung, die von Marcus entwickelt wurde, und ihr Hauptmerkmal ist "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".

Erweiterungsscreenshots

screenshot

Reddit Preload GIFs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reddit Preload GIFs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
Offizielle URL https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd
Beschreibung Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Dateigröße 13.7 KB
Installationsanzahl 3,954
Aktuelle Version 1.3
Letztes Update 2013-04-08
Veröffentlichungsdatum 2013-04-08
Bewertung 4.00/5 Insgesamt 10 Bewertungen
Entwickler Marcus
Zahlungsart free
Erweiterungswebsite https://github.com/marcusds/RedditPreloadGIFs
Hilfeseite URL http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/
Unterstützte Sprachen 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"
}