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 |
电子邮箱 | [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" ] } ] } |