VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
What is VSCO Viewer?
VSCO Viewer is a Chrome extension developed by alex, and its main feature is "Opens highest possible resolution VSCO images in a new tab!".
Extension Screenshots
Download VSCO Viewer Extension CRX File
Download VSCO Viewer 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
*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!
Extension Basic Information
Name | VSCO Viewer |
ID | afmhfdkkjmddchbkdlhgejiclbbpgfbf |
Official URL | https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf |
Description | Opens highest possible resolution VSCO images in a new tab! |
File Size | 12.14 KB |
Installation Count | 4,918 |
Current Version | 1.2.1 |
Last Updated | 2018-04-23 |
Publish Date | 2018-04-22 |
Rating | 4.41/5 Total 27 Ratings |
Developer | alex |
[email protected] | |
Payment Type | free |
Extension Website | https://pastebin.com/qayjcucq |
Supported Languages | 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" } |