Prinstant

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

Apa itu Prinstant?

Prinstant adalah ekstensi Chrome yang dikembangkan oleh creativebonding, dan fitur utamanya adalah "Prinstant extension helps you download post and reels (images and videos)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Prinstant

Unduh file ekstensi Prinstant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Prinstant Prinstant
ID gppofildpmbjkpkdjcfcoflnalpmdica
URL Resmi https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica
Deskripsi Prinstant extension helps you download post and reels (images and videos)
Ukuran File 40.27 KB
Jumlah Instalasi 170
Versi Saat Ini 0.01
Terakhir Diperbarui 2021-06-16
Tanggal Publikasi 2021-06-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang creativebonding
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}