Kilogram
Makes Instagram pictures bigger (suitable for retina displays)
What is Kilogram?
Kilogram is a Chrome extension developed by https://chren.co, and its main feature is "Makes Instagram pictures bigger (suitable for retina displays)".
Extension Screenshots
Download Kilogram Extension CRX File
Download Kilogram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Kilogram |
ID | dodkbjhcbilekdohkhmbeplonhmjiobo |
Official URL | https://chromewebstore.google.com/detail/kilogram/dodkbjhcbilekdohkhmbeplonhmjiobo |
Description | Makes Instagram pictures bigger (suitable for retina displays) |
File Size | 23.42 KB |
Installation Count | 247 |
Current Version | 0.4.3 |
Last Updated | 2024-02-04 |
Publish Date | 2018-09-11 |
Rating | 4.56/5 Total 9 Ratings |
Developer | https://chren.co |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |