URL Shortener for TikTok

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

Wat is URL Shortener for TikTok?

URL Shortener for TikTok is een Chrome-extensie ontwikkeld door Aimadnet, en de belangrijkste functie is "Convert long TikTok urls into short links so you can share them easily on social media.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Shortener for TikTok

Download URL Shortener for TikTok-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam URL Shortener for TikTok URL Shortener for TikTok
ID gklpoofldhagimjcihlpnibfakgonlmn
Officiële URL https://chromewebstore.google.com/detail/url-shortener-for-tiktok/gklpoofldhagimjcihlpnibfakgonlmn
Beschrijving Convert long TikTok urls into short links so you can share them easily on social media.
Bestandsgrootte 61.03 KB
Aantal Installaties 291
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-09-30
Publicatiedatum 2021-09-16
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Aimadnet
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tokurlshortener.com/
Help Pagina-URL https://tokurlshortener.com/
Ondersteunde Talen 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"
    }
}