EasyLoad. Upload Video & Photo for Instagram

This extension allows uploading photo and video to Instagram feed and stories from desktop

EasyLoad. Upload Video & Photo for Instagramคืออะไร?

EasyLoad. Upload Video & Photo for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BestApp_4You และคุณลักษณะหลักของมันคือ "This extension allows uploading photo and video to Instagram feed and stories from desktop"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyLoad. Upload Video & Photo for Instagram

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

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

                        Upload Photo or Video to Instagram.

EasyLoad is a Chrome extension which makes uploading Image or Video to Instagram from desktop possible. You can upload any photo or video to Story or Feed from you PC without any additional apps or complicated actions.

Normally Instagram doesn't allow to upload anything in it's web version, that's why we created a tool which makes uploading photo and video fast and handy. You can now create Story or Post right from your PC or laptop.

You can upload any image or video to create a great Reels, Posts, and Carousels. You can upload any image or video to create a great Reels, Posts, and Carousels. 

With EasyLoad you can also:
❇️ Trim video
❇️ Use filters
❇️ Mark location
❇️ Tag people
❇️ Turn on/off comments and likes on your Posts
❇️ Upload Video directly to feed (not to reels)
❇️ Upload Video or Picture to IG stories

❤️‍🔥Instagram is always better with EasyLoad.🔥                    

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

ชื่อ EasyLoad. Upload Video & Photo for Instagram EasyLoad. Upload Video & Photo for Instagram
ID elnnmjddaleoeklbolbfhagpikikkkin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easyload-upload-video-pho/elnnmjddaleoeklbolbfhagpikikkkin
คำอธิบาย This extension allows uploading photo and video to Instagram feed and stories from desktop
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 5,777
เวอร์ชันปัจจุบัน 0.3.3
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2021-07-27
คะแนน 4.07/5 รวมทั้งหมด 56 คะแนน
ผู้พัฒนา BestApp_4You
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/upload4instagram
ภาษาที่รองรับ de,en,fr,nl,no,da,et,es,it,pt-BR,pt-PT,sv,kn-IN,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.3.3",
    "default_locale": "en",
    "icons": {
        "128": "img\/upload_128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/upload_16.png"
        }
    },
    "background": {
        "service_worker": "\/js\/sw.js"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/croppie.min.js",
                "js\/cs.js"
            ],
            "css": [
                "css\/content.css",
                "css\/croppie.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}