URL Shortener for TikTok

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

ما هو URL Shortener for TikTok؟

URL Shortener for TikTok هو إضافة Chrome تم تطويرها بواسطة Aimadnet، والميزة الرئيسية لها هي "Convert long TikTok urls into short links so you can share them easily on social media.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة URL Shortener for TikTok

قم بتنزيل ملفات الامتداد URL Shortener for TikTok بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم URL Shortener for TikTok URL Shortener for TikTok
ID gklpoofldhagimjcihlpnibfakgonlmn
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-shortener-for-tiktok/gklpoofldhagimjcihlpnibfakgonlmn
الوصف Convert long TikTok urls into short links so you can share them easily on social media.
حجم الملف 61.03 KB
عدد التثبيتات 291
النسخة الحالية 1.0.1
آخر تحديث 2021-09-30
تاريخ النشر 2021-09-16
تقييم 3.00/5 مجموع تقييمات 2
المطور Aimadnet
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tokurlshortener.com/
عنوان صفحة المساعدة https://tokurlshortener.com/
اللغات المدعومة 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"
    }
}