VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
Vad är VSCO Viewer?
VSCO Viewer är en Chrome-tillägg utvecklad av alex, och dess huvudfunktion är "Opens highest possible resolution VSCO images in a new tab!".
Tilläggsskärmbilder
Ladda ner VSCO Viewer-förlängningens CRX-fil
Ladda ner VSCO Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*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!
Grundläggande Information om Tillägg
Namn | VSCO Viewer |
ID | afmhfdkkjmddchbkdlhgejiclbbpgfbf |
Officiell webbadress | https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf |
Beskrivning | Opens highest possible resolution VSCO images in a new tab! |
Filstorlek | 12.14 KB |
Antal Installationer | 4,918 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2018-04-23 |
Publiceringsdatum | 2018-04-22 |
Betyg | 4.41/5 Totalt 27 Betyg |
Utvecklare | alex |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://pastebin.com/qayjcucq |
Stödda Språk | 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" } |