IG+VSCO fullsize
Click extension icon to open current IG or VSCO image in the highest resolution possible
IG+VSCO fullsizeとは何ですか?
IG+VSCO fullsizeはOndklossによって開発されたChromeの拡張機能で、その主な機能は「Click extension icon to open current IG or VSCO image in the highest resolution possible」です。
拡張機能のスクリーンショット
IG+VSCO fullsize拡張機能のCRXファイルをダウンロード
IG+VSCO fullsize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Works for: * IG image and profile image * VSCO image and profile image * TikTok image and profile image Open source: https://github.com/Ondkloss/ig-vsco-fullsize
拡張機能の基本情報
名前 | IG+VSCO fullsize |
ID | ngdfnokoifnihnknoibnbhfhnkmlfocb |
公式URL | https://chromewebstore.google.com/detail/ig+vsco-fullsize/ngdfnokoifnihnknoibnbhfhnkmlfocb |
説明 | Click extension icon to open current IG or VSCO image in the highest resolution possible |
ファイルサイズ | 14.11 KB |
インストール数 | 1,878 |
現在のバージョン | 1.3.3 |
最終更新日 | 2020-11-19 |
公開日 | 2020-06-22 |
評価 | 3.30/5 合計 10 レビュー |
開発者 | Ondkloss |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Ondkloss/ig-vsco-fullsize |
ヘルプページのURL | https://github.com/Ondkloss/ig-vsco-fullsize |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3.3", "manifest_version": 2, "default_locale": "en", "permissions": [ "activeTab", "webRequest", "webRequestBlocking", "https:\/\/i.instagram.com\/api\/v1\/users\/*", "https:\/\/www.instagram.com\/*", "https:\/\/vsco.co\/*", "https:\/\/www.tiktok.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/vsco.co\/*" ], "js": [ "content_vsco.js" ] }, { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content_ig.js" ], "css": [ "content_ig.css" ] }, { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "content_tiktok.js" ] } ], "browser_action": [], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } } |