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
Qu'est-ce que Upload Longer Than 60s Videos for TikTok ?
Upload Longer Than 60s Videos for TikTok est une extension Chrome développée par https://nopart2.com, et sa fonction principale est "With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Upload Longer Than 60s Videos for TikTok
Téléchargez les fichiers d'extension Upload Longer Than 60s Videos for TikTok au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Upload Longer Than 60s Videos for TikTok |
ID | mlbkjbnjjpeamiifcknkgealkfpehnoa |
URL Officiel | https://chromewebstore.google.com/detail/upload-longer-than-60s-vi/mlbkjbnjjpeamiifcknkgealkfpehnoa |
Description | With just a one-click upload longer than 1 minute videos on TIK TOK. The end of part2 videos! By nopart2.com |
Taille du Fichier | 43.42 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-02-06 |
Date de Publication | 2021-02-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://nopart2.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://nopart2.com |
Langues Prises en Charge | 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\/*" ] } } |