Reddit Image Hover Previewer
View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
What is Reddit Image Hover Previewer?
Reddit Image Hover Previewer is a Chrome extension developed by JYC Media, and its main feature is "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.".
Extension Screenshots
Download Reddit Image Hover Previewer Extension CRX File
Download Reddit Image Hover Previewer 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
View images on Reddit without the need to open new tabs or click away. View .JPG, .GIF, .MP4, .GIFV and many other file types as you hover over an image link without the need to browse away from r/All or a subreddit. Always and forever free and 100% SPAM Free. Instructions: Hover your mouse over a Reddit post headline, if it's an image an image preview will appear in the top right corner of the screen. See screenshot.
Extension Basic Information
Name | |
ID | keelohagemgepigpaphfmifcbkdckoea |
Official URL | https://chrome.google.com/webstore/detail/reddit-image-hover-previe/keelohagemgepigpaphfmifcbkdckoea |
Description | View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free. |
File Size | 62.28 KB |
Installation Count | 1,000 |
Current Version | 1.21 |
Last Updated | 2015-02-18 |
Publish Date | 2015-02-18 |
Rating | 3.55/5 Total 11 Ratings |
Developer | JYC Media |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Image Hover Previewer", "description": "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.", "version": "1.21", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "*:\/\/*.reddit.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.min.js", "Background.js" ] } ] } |