VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
¿Qué es VSCO Viewer?
VSCO Viewer es una extensión de Chrome desarrollada por alex, y su función principal es "Opens highest possible resolution VSCO images in a new tab!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión VSCO Viewer
Descarga archivos de extensión VSCO Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
*WARNING* I am not responsible for any misuse of this program. DO NOT use users' pictures for commercial use without their permission. Opens VSCO images in a new tab at the highest resolution possible! Not affiliated with VSCO in any way. Based off of Click to Remove Element (CTRE) by @blade_sk with permission. You can find the changelog at https://pastebin.com/qayjcucq Please leave a review and/or suggestion! Either would help me greatly! Thanks!
Información Básica de la Extensión
Nombre | VSCO Viewer |
ID | afmhfdkkjmddchbkdlhgejiclbbpgfbf |
URL Oficial | https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf |
Descripción | Opens highest possible resolution VSCO images in a new tab! |
Tamaño del Archivo | 12.14 KB |
Cantidad de Instalaciones | 4,918 |
Versión Actual | 1.2.1 |
Última Actualización | 2018-04-23 |
Fecha de Publicación | 2018-04-22 |
Calificación | 4.41/5 Total de 27 Calificaciones |
Desarrollador | alex |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://pastebin.com/qayjcucq |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "all_frames": false, "js": [ "vs_content.js" ], "matches": [ "*:\/\/vsco.co\/*" ], "run_at": "document_end" } ], "description": "Opens highest possible resolution VSCO images in a new tab!", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "VSCO Viewer", "permissions": [ "tabs", "*:\/\/vsco.co\/*" ], "version": "1.2.1" } |