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