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”。
擴展截圖
下載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 |
ID | mlbkjbnjjpeamiifcknkgealkfpehnoa |
官方網址 | 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\/*" ] } } |