Instagram Pop Out button
Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.
Instagram Pop Out buttonとは何ですか?
Instagram Pop Out buttonはAndrey Shevchukによって開発されたChromeの拡張機能で、その主な機能は「Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.」です。
拡張機能のスクリーンショット
Instagram Pop Out button拡張機能のCRXファイルをダウンロード
Instagram Pop Out button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turns out, Instagram stores hi res versions of all the images! For some reason, it still only lets us see 614px wide thumbnails of them. Crops them, too! Isn't that a bit weird for a social network that's ostensibly all about pictures and original content? Oh well... Normally, you would be able to do that from the context menu by right clicking the image, but no, Instagram doesn't allow that.
拡張機能の基本情報
名前 | |
ID | lnohmjodbjklfmjnbebkkchbnklnhghh |
公式URL | https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh |
説明 | Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution. |
ファイルサイズ | 17.28 KB |
インストール数 | 574 |
現在のバージョン | 1.0 |
最終更新日 | 2021-04-03 |
公開日 | 2021-04-03 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Andrey Shevchuk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Pop Out button", "description": "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.", "version": "1.0", "icons": { "16": "logo1-16.png", "128": "logo1-128.png" }, "offline_enabled": false, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "mahstyle.css" ], "js": [ "contentScript.js" ] } ] } |