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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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