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은(는) BestApp_4You에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows uploading photo and video to Instagram feed and stories from desktop"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

EasyLoad. Upload Video & Photo for Instagram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}