InstaUnlock

Removes the need for logging in to Instagram, in order to view the content.

InstaUnlockคืออะไร?

InstaUnlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ziazhung และคุณลักษณะหลักของมันคือ "Removes the need for logging in to Instagram, in order to view the content."

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

screenshot

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

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

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

                        This add-on is to view an Instagram page, but do not want to use an external website or login.

When the extension is enabled, it prevents the pop-up that comes up after scrolling for a few seconds, removes the login reminder at the bottom and allows you to click on the images, without being logged in.

In the current state, the extension opens the pictures that you've clicked on, in another tab.

Version 0.8 now works when clicking "Show more photos"                    

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

ชื่อ InstaUnlock InstaUnlock
ID kbbgghakaeopfgceoppnngjmjcjemhho
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instaunlock/kbbgghakaeopfgceoppnngjmjcjemhho
คำอธิบาย Removes the need for logging in to Instagram, in order to view the content.
ขนาดไฟล์ 704 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2020-09-17
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ziazhung
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstaUnlock",
    "version": "0.8",
    "description": "Removes the need for logging in to Instagram, in order to view the content.",
    "icons": {
        "48": "icons\/Instaunlock-48.png",
        "96": "icons\/Instaunlock-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instaunlock.js"
            ]
        }
    ]
}