Instension

Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.

Instensionคืออะไร?

Instension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instension

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

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

                        Extension will add two new items in a context menu, "Open in new tab" and "Download". They will work, if context menu is opened on a fullsize post from the official Instagram website.                    

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

ชื่อ Instension Instension
ID ghhgaaedjagldepccfmopmnkkkpjkeon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon
คำอธิบาย Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
ขนาดไฟล์ 16.2 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-01-02
วันที่เผยแพร่ 2020-01-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/KrusnikViers/Instension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instension",
    "version": "1.1.0",
    "description": "Chrome browser extension, that allows to download or open in a separate tab a video\/photo post from the Instagram website.",
    "icons": {
        "16": "icons\/instension_16.png",
        "32": "icons\/instension_32.png",
        "64": "icons\/instension_64.png",
        "128": "icons\/instension_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/element_finder.js",
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "downloads"
    ]
}