Kilogram
Makes Instagram pictures bigger (suitable for retina displays)
什么是Kilogram?
Kilogram是由https://chren.co开发的Chrome扩展程序,该扩展的主要功能是“Makes Instagram pictures bigger (suitable for retina displays)”。
扩展截图
下载Kilogram扩展crx文件
下载Kilogram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Everytime I look at the instagram on proper retina display.. I am wondering why all images are post stamps sized? Not anymore! v0.4.3 update to manifest V3 v0.4.2 fixed to be working again in 2023 and beyond! v0.4.1 updated to comply with Chrome store terms v0.4.0 updated to new instagram webpage structure
扩展基本信息
名称 | Kilogram |
ID | dodkbjhcbilekdohkhmbeplonhmjiobo |
官方URL | https://chromewebstore.google.com/detail/kilogram/dodkbjhcbilekdohkhmbeplonhmjiobo |
简介 | Makes Instagram pictures bigger (suitable for retina displays) |
文件大小 | 23.42 KB |
安装次数 | 247 |
当前版本 | 0.4.3 |
更新时间 | 2024-02-04 |
上架时间 | 2018-09-11 |
评分 | 4.56/5 共9次评分 |
开发者 | https://chren.co |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kilogram", "description": "Makes Instagram pictures bigger (suitable for retina displays)", "version": "0.4.3", "icons": { "16": "kilogram-16.png", "48": "kilogram-48.png", "128": "kilogram-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/", "*:\/\/www.instagram.com\/*" ], "css": [ "tuning.css" ], "js": [ "skript.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/www.instagram.com\/*" ] } |