Save Instagram contents easy and quickly!

Just right mouse click to open an Instagram image or video in a new tab

Save Instagram contents easy and quickly!คืออะไร?

Save Instagram contents easy and quickly! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nameless.dot และคุณลักษณะหลักของมันคือ "Just right mouse click to open an Instagram image or video in a new tab"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Instagram contents easy and quickly!

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

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

                        Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users)                    

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

ชื่อ Save Instagram contents easy and quickly! Save Instagram contents easy and quickly!
ID abnifgjenbbcjajbglkhbojefeckmbci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci
คำอธิบาย Just right mouse click to open an Instagram image or video in a new tab
ขนาดไฟล์ 29.64 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-04-26
วันที่เผยแพร่ 2020-04-26
ผู้พัฒนา nameless.dot
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Instagram contents easy and quickly!",
    "version": "1.1",
    "description": "Just right mouse click to open an Instagram image or video in a new tab",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "page": "src\/index.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}