VSCO Viewer
Opens highest possible resolution VSCO images in a new tab!
VSCO Viewerとは何ですか?
VSCO Viewerはalexによって開発されたChromeの拡張機能で、その主な機能は「Opens highest possible resolution VSCO images in a new tab!」です。
拡張機能のスクリーンショット
VSCO Viewer拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |