Reddit Preload GIFs
Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Reddit Preload GIFs क्या है?
Reddit Preload GIFs Marcus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Preload GIFs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nghfcbekdkjbeichjmohlojmpikchibd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd |
विवरण | Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them |
फ़ाइल का आकार | 13.7 KB |
स्थापना संख्या | 3,954 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2013-04-08 |
प्रकाशन तिथि | 2013-04-08 |
रेटिंग | 4.00/5 कुल 10 रेटिंग्स |
डेवलपर | Marcus |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/marcusds/RedditPreloadGIFs |
सहायता पृष्ठ URL | http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/ |
समर्थित भाषाएँ | 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" } |