Prinstant

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

Was ist Prinstant?

Prinstant ist eine Chrome-Erweiterung, die von creativebonding entwickelt wurde, und ihr Hauptmerkmal ist "Prinstant extension helps you download post and reels (images and videos)".

Erweiterungsscreenshots

screenshot
screenshot

Prinstant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prinstant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Prinstant Prinstant
ID gppofildpmbjkpkdjcfcoflnalpmdica
Offizielle URL https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica
Beschreibung Prinstant extension helps you download post and reels (images and videos)
Dateigröße 40.27 KB
Installationsanzahl 170
Aktuelle Version 0.01
Letztes Update 2021-06-16
Veröffentlichungsdatum 2021-06-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler creativebonding
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}