Prinstant

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

Co to jest Prinstant?

Prinstant to rozszerzenie Chrome opracowane przez creativebonding, a jego główną funkcją jest „Prinstant extension helps you download post and reels (images and videos)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Prinstant

Pobierz pliki rozszerzeń Prinstant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Prinstant Prinstant
ID gppofildpmbjkpkdjcfcoflnalpmdica
Oficjalny URL https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica
Opis Prinstant extension helps you download post and reels (images and videos)
Rozmiar pliku 40.27 KB
Liczba instalacji 170
Aktualna Wersja 0.01
Ostatnia Aktualizacja 2021-06-16
Data Publikacji 2021-06-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper creativebonding
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}