Kilogram

Makes Instagram pictures bigger (suitable for retina displays)

什麼是Kilogram?

Kilogram是由https://chren.co開發的Chrome擴展程式,該擴展的主要功能是“Makes Instagram pictures bigger (suitable for retina displays)”。

擴展截圖

screenshot

下載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 Kilogram
ID dodkbjhcbilekdohkhmbeplonhmjiobo
官方網址 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\/*"
    ]
}