Reddit Preload GIFs
Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
What is Reddit Preload GIFs?
Reddit Preload GIFs is a Chrome extension developed by Marcus, and its main feature is "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".
Extension Screenshots
Download Reddit Preload GIFs Extension CRX File
Download Reddit Preload GIFs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nghfcbekdkjbeichjmohlojmpikchibd |
Official URL | https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd |
Description | Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them |
File Size | 13.7 KB |
Installation Count | 3,954 |
Current Version | 1.3 |
Last Updated | 2013-04-08 |
Publish Date | 2013-04-08 |
Rating | 4.00/5 Total 10 Ratings |
Developer | Marcus |
Payment Type | free |
Extension Website | https://github.com/marcusds/RedditPreloadGIFs |
Help Page URL | http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/ |
Supported Languages | 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" } |