VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
什么是VSCO Viewer?
VSCO Viewer是由alex开发的Chrome扩展程序,该扩展的主要功能是“Opens highest possible resolution VSCO images in a new tab!”。
扩展截图
下载VSCO Viewer扩展crx文件
下载VSCO Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*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!
扩展基本信息
名称 | VSCO Viewer |
ID | afmhfdkkjmddchbkdlhgejiclbbpgfbf |
官方URL | https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf |
简介 | Opens highest possible resolution VSCO images in a new tab! |
文件大小 | 12.14 KB |
安装次数 | 4,918 |
当前版本 | 1.2.1 |
更新时间 | 2018-04-23 |
上架时间 | 2018-04-22 |
评分 | 4.41/5 共27次评分 |
开发者 | alex |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pastebin.com/qayjcucq |
支持的语言 | 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" } |