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文件

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