Media Helper for Instagram

Easily download Instagram pictures.

Media Helper for Instagramคืออะไร?

Media Helper for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mittya และคุณลักษณะหลักของมันคือ "Easily download Instagram pictures."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Media Helper for Instagram

ดาวน์โหลดไฟล์ส่วนขยาย Media Helper for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Warning:
Please don't use it too much, the operation is not allowed by IG.
Although this tool only simulates local storage of images, IG may be able to detect abnormal users in the near future, so please take care of this yourself if it causes your users to be abnormal.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Media Helper for Instagram Media Helper for Instagram
ID albdnahmanonkmhoamgfjbjgbjabbiid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid
คำอธิบาย Easily download Instagram pictures.
ขนาดไฟล์ 27.26 KB
จำนวนการติดตั้ง 40,345
เวอร์ชันปัจจุบัน 1.28.2
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2020-05-05
คะแนน 4.00/5 รวมทั้งหมด 192 คะแนน
ผู้พัฒนา mittya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.28.2",
    "action": {
        "default_icon": {
            "19": "icons\/icon_512.png",
            "38": "icons\/icon_512.png"
        }
    },
    "icons": {
        "16": "icons\/icon_512.png",
        "48": "icons\/icon_512.png",
        "128": "icons\/icon_512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.cdninstagram.com\/*",
                "*:\/\/*.fbcdn.net\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.fbcdn.net\/*"
    ]
}