Reddit Preload GIFs
Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Vad är Reddit Preload GIFs?
Reddit Preload GIFs är en Chrome-tillägg utvecklad av Marcus, och dess huvudfunktion är "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".
Tilläggsskärmbilder
Ladda ner Reddit Preload GIFs-förlängningens CRX-fil
Ladda ner Reddit Preload GIFs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | nghfcbekdkjbeichjmohlojmpikchibd |
Officiell webbadress | https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd |
Beskrivning | Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them |
Filstorlek | 13.7 KB |
Antal Installationer | 3,954 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2013-04-08 |
Publiceringsdatum | 2013-04-08 |
Betyg | 4.00/5 Totalt 10 Betyg |
Utvecklare | Marcus |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/marcusds/RedditPreloadGIFs |
Hjälpsida URL | http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/ |
Stödda Språk | 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" } |