Prinstant

Prinstant extension helps you download post and reels (images and videos)

Что такое Prinstant?

Prinstant - это расширение Chrome, разработанное creativebonding, и его основная функция - "Prinstant extension helps you download post and reels (images and videos)".

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

screenshot
screenshot

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

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

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

                        This extension helps you to download the photos and videos visible in your Instagram account in one click                    

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

Название Prinstant Prinstant
ID gppofildpmbjkpkdjcfcoflnalpmdica
Официальный URL https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica
Описание Prinstant extension helps you download post and reels (images and videos)
Размер файла 40.27 KB
Количество установок 170
Текущая Версия 0.01
Последнее Обновление 2021-06-16
Дата публикации 2021-06-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик creativebonding
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prinstant",
    "version": "0.01",
    "description": "Prinstant extension helps you download post and reels (images and videos)",
    "browser_action": {
        "default_title": "Prinstant",
        "default_popup": "prinstant.html",
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "sample.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}