VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
O que é VSCO Viewer?
VSCO Viewer é uma extensão do Chrome desenvolvida por alex, e sua principal característica é "Opens highest possible resolution VSCO images in a new tab!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VSCO Viewer
Baixe arquivos de extensão VSCO Viewer 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
*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!
Informações Básicas da Extensão
Nome | VSCO Viewer |
ID | afmhfdkkjmddchbkdlhgejiclbbpgfbf |
URL Oficial | https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf |
Descrição | Opens highest possible resolution VSCO images in a new tab! |
Tamanho do Arquivo | 12.14 KB |
Contagem de Instalações | 4,918 |
Versão Atual | 1.2.1 |
Última Atualização | 2018-04-23 |
Data de Publicação | 2018-04-22 |
Classificação | 4.41/5 Total de 27 Avaliações |
Desenvolvedor | alex |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pastebin.com/qayjcucq |
Idiomas Suportados | 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" } |