Reddit Image Hover Previewer
View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
O que é Reddit Image Hover Previewer?
Reddit Image Hover Previewer é uma extensão do Chrome desenvolvida por JYC Media, e sua principal característica é "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reddit Image Hover Previewer
Baixe arquivos de extensão Reddit Image Hover Previewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | keelohagemgepigpaphfmifcbkdckoea |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-image-hover-previe/keelohagemgepigpaphfmifcbkdckoea |
Descrição | View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free. |
Tamanho do Arquivo | 62.28 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.21 |
Última Atualização | 2015-02-18 |
Data de Publicação | 2015-02-18 |
Classificação | 3.55/5 Total de 11 Avaliações |
Desenvolvedor | JYC Media |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |