Instastalk

Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo

Что такое Instastalk?

Instastalk - это расширение Chrome, разработанное stiubhart, и его основная функция - "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Instastalk

Скачайте файлы расширений Instastalk в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        **Updated for Instagram and Chrome V3 changes**

Secretly watch Instagram stories without anyone knowing. Simply toggle the icon in your toolbar to turn incognito mode on/off

Now you can download the story or feeds video / image so you can keep forever!! Wooooo                    

Основная информация о расширении

Название Instastalk Instastalk
ID ebpmpkiabmjgiomijjnplanekkliilae
Официальный URL https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae
Описание Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
Размер файла 910 KB
Количество установок 5,697
Текущая Версия 2.2
Последнее Обновление 2022-09-01
Дата публикации 2020-05-07
Рейтинг 3.43/5 Всего 7 оценок
Разработчик stiubhart
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instastalk",
    "description": "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo",
    "version": "2.2",
    "icons": {
        "16": "favicons\/favicon-16x16.png",
        "32": "favicons\/favicon-32x32.png",
        "48": "favicon48.png",
        "128": "favicons\/android-chrome-144x144.png"
    },
    "action": [],
    "permissions": [
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/",
                "https:\/\/instagram.com\/"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "Instastalk_download.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}