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
Eメール [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\/*"
        ]
    }
}