URL Shortener for TikTok

Convert long TikTok urls into short links so you can share them easily on social media.

Qu'est-ce que URL Shortener for TikTok ?

URL Shortener for TikTok est une extension Chrome développée par Aimadnet, et sa fonction principale est "Convert long TikTok urls into short links so you can share them easily on social media.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Shortener for TikTok

Téléchargez les fichiers d'extension URL Shortener 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

                        With TikTok URL Shortner tool, you will be able to convert long TikTok urls into short links so you can share them easily on social media.

TikTok has this feature built-in only on mobile but not on desktop, we think this feature should be available on desktop too, that's why we created this tool.                    

Informations de Base sur l'Extension

Nom URL Shortener for TikTok URL Shortener for TikTok
ID gklpoofldhagimjcihlpnibfakgonlmn
URL Officiel https://chromewebstore.google.com/detail/url-shortener-for-tiktok/gklpoofldhagimjcihlpnibfakgonlmn
Description Convert long TikTok urls into short links so you can share them easily on social media.
Taille du Fichier 61.03 KB
Nombre d'Installations 291
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-09-30
Date de Publication 2021-09-16
Évaluation 3.00/5 Total 2 Évaluations
Développeur Aimadnet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tokurlshortener.com/
URL de la Page d'Aide https://tokurlshortener.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Convert long TikTok urls into short links so you can share them easily on social media.",
    "manifest_version": 2,
    "name": "URL Shortener for TikTok",
    "version": "1.0.1",
    "homepage_url": "https:\/\/tokurlshortener.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tiktok.com\/*",
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "tiktok.js"
            ],
            "css": [
                "base.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/tiktok.com\/*",
        "*:\/\/*.tiktok.com\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "96": "icon-96.png"
    }
}