VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
ما هو VSCO Viewer؟
VSCO Viewer هو إضافة Chrome تم تطويرها بواسطة alex، والميزة الرئيسية لها هي "Opens highest possible resolution VSCO images in a new tab!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VSCO Viewer
قم بتنزيل ملفات الامتداد VSCO Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |