Upload Longer Than 60s Videos for TikTok

With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com

什么是Upload Longer Than 60s Videos for TikTok?

Upload Longer Than 60s Videos for TikTok是由https://nopart2.com开发的Chrome扩展程序,该扩展的主要功能是“With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com”。

扩展截图

screenshot
screenshot

下载Upload Longer Than 60s Videos for TikTok扩展crx文件

下载Upload Longer Than 60s Videos for TikTok扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Upload videos longer than 60s to TikTok

Steps:
1. Install extension
2. On the video upload page in TikTok you will see new button bellow upload drop zone "Upload longer than 60s" 
3. Click on it and select your video
4. Enjoy!

P.S It only works with MP4 format videos for now.

The nopart2 chrome extension is NOT endorsed by TikTok in any way. TIKTOK is a trademark of Bytedance Ltd.                    

扩展基本信息

名称 Upload Longer Than 60s Videos for TikTok Upload Longer Than 60s Videos for TikTok
ID mlbkjbnjjpeamiifcknkgealkfpehnoa
官方URL https://chromewebstore.google.com/detail/upload-longer-than-60s-vi/mlbkjbnjjpeamiifcknkgealkfpehnoa
简介 With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com
文件大小 43.42 KB
安装次数 53
当前版本 1.0
更新时间 2021-02-06
上架时间 2021-02-02
评分 5.00/5 共1次评分
开发者 https://nopart2.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nopart2.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com",
    "version": "1.0",
    "name": "Upload Longer Than 60s Videos for TikTok",
    "short_name": "Upload Longer than 60s for TikTok",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/upload\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/content2.js",
        "css\/style.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tiktok.com\/*",
            "https:\/\/*.nopart2.com\/*"
        ]
    }
}