Downloader

Download Photos and Videos from Post, Reels, TV, Stories

Downloaderคืออะไร?

Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lim320790 และคุณลักษณะหลักของมันคือ "Download Photos and Videos from Post, Reels, TV, Stories"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This is a tool that helps users download videos and images. What’s more, it is 100% free for all users.

Here are some of the key features
● Download posts ✔
● Download reels ✔
● Download latest stories ✔
● Download highlight stories ✔
● Support high resolution ✔
● Support download zip file ✔

Download Reels
 You can now download any photo or video with ease.

Download Image
You can save Reels videos for free and download images in high quality and with no limits.

Download stories
You can  save any IG video, photo and Reels. Easily repost  Reels to your feed with a few clicks.

Download video
You can  save any video with any size and quality

📝 Disclaimer 
This extension  s an unofficial app that is developed and maintained independently.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Downloader Downloader
ID iaonookehgfokaglaodkeooddjeaodnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downloader/iaonookehgfokaglaodkeooddjeaodnc
คำอธิบาย Download Photos and Videos from Post, Reels, TV, Stories
ขนาดไฟล์ 2.65 MB
จำนวนการติดตั้ง 300
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-12-28
วันที่เผยแพร่ 2023-12-22
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา lim320790
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://teleplus.io/teleplus-sender-private-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.2",
    "description": "__MSG_desc__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.instagram.com\/*"
    ],
    "action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content-script.js",
                "libs\/jszip.min.js"
            ],
            "css": [
                "style\/style.css"
            ]
        }
    ]
}