InstaUnlock

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

什么是InstaUnlock?

InstaUnlock是由ziazhung开发的Chrome扩展程序,该扩展的主要功能是“Removes the need for logging in to Instagram, in order to view the content.”。

扩展截图

screenshot

下载InstaUnlock扩展crx文件

下载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"
            ]
        }
    ]
}