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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}