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

Was ist Upload Longer Than 60s Videos for TikTok?

Upload Longer Than 60s Videos for TikTok ist eine Chrome-Erweiterung, die von https://nopart2.com entwickelt wurde, und ihr Hauptmerkmal ist "With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com".

Erweiterungsscreenshots

screenshot
screenshot

Upload Longer Than 60s Videos for TikTok-Erweiterungs-CRX-Datei herunterladen

Laden Sie Upload Longer Than 60s Videos for TikTok-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Upload Longer Than 60s Videos for TikTok Upload Longer Than 60s Videos for TikTok
ID mlbkjbnjjpeamiifcknkgealkfpehnoa
Offizielle URL https://chromewebstore.google.com/detail/upload-longer-than-60s-vi/mlbkjbnjjpeamiifcknkgealkfpehnoa
Beschreibung With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com
Dateigröße 43.42 KB
Installationsanzahl 53
Aktuelle Version 1.0
Letztes Update 2021-02-06
Veröffentlichungsdatum 2021-02-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://nopart2.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nopart2.com
Unterstützte Sprachen 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\/*"
        ]
    }
}