Reddit Preload GIFs
Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Hvad er Reddit Preload GIFs?
Reddit Preload GIFs er en Chrome-udvidelse udviklet af Marcus, og dens hovedfunktion er "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".
Udvidelsesskærmbilleder
Download Reddit Preload GIFs-udvidelses-CRX-fil
Download Reddit Preload GIFs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | nghfcbekdkjbeichjmohlojmpikchibd |
Officiel URL | https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd |
Beskrivelse | Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them |
Filstørrelse | 13.7 KB |
Antal Installationer | 3,954 |
Nuværende Version | 1.3 |
Senest Opdateret | 2013-04-08 |
Udgivelsesdato | 2013-04-08 |
Bedømmelse | 4.00/5 Samlet 10 Bedømmelser |
Udvikler | Marcus |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/marcusds/RedditPreloadGIFs |
Hjælpeside-URL | http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/ |
Understøttede Sprog | 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" } |