Reddit Preload GIFs
Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Qu'est-ce que Reddit Preload GIFs ?
Reddit Preload GIFs est une extension Chrome développée par Marcus, et sa fonction principale est "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Preload GIFs
Téléchargez les fichiers d'extension Reddit Preload GIFs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | nghfcbekdkjbeichjmohlojmpikchibd |
URL Officiel | 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 |
Taille du Fichier | 13.7 KB |
Nombre d'Installations | 3,954 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-04-08 |
Date de Publication | 2013-04-08 |
Évaluation | 4.00/5 Total 10 Évaluations |
Développeur | Marcus |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/marcusds/RedditPreloadGIFs |
URL de la Page d'Aide | http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/ |
Langues Prises en Charge | 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" } |