VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
VSCO Viewer क्या है?
VSCO Viewer alex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens highest possible resolution VSCO images in a new tab!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VSCO Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*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" } |