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
Eメール [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"
            ]
        }
    ]
}