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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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" } |