Prinstant

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

Co je Prinstant?

Prinstant je rozšíření Chrome vyvinuté creativebonding, a jeho hlavní funkcí je „Prinstant extension helps you download post and reels (images and videos)“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Prinstant

Stáhněte si soubory rozšíření Prinstant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Prinstant Prinstant
ID gppofildpmbjkpkdjcfcoflnalpmdica
Oficiální URL https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica
Popis Prinstant extension helps you download post and reels (images and videos)
Velikost souboru 40.27 KB
Počet instalací 170
Aktuální Verze 0.01
Poslední Aktualizace 2021-06-16
Datum Vydání 2021-06-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář creativebonding
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}