Reddit Image Hover Previewer
View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
Qu'est-ce que Reddit Image Hover Previewer ?
Reddit Image Hover Previewer est une extension Chrome développée par JYC Media, et sa fonction principale est "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Image Hover Previewer
Téléchargez les fichiers d'extension Reddit Image Hover Previewer 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
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.
Informations de Base sur l'Extension
Nom | |
ID | keelohagemgepigpaphfmifcbkdckoea |
URL Officiel | 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. |
Taille du Fichier | 62.28 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.21 |
Dernière Mise à Jour | 2015-02-18 |
Date de Publication | 2015-02-18 |
Évaluation | 3.55/5 Total 11 Évaluations |
Développeur | JYC Media |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |