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 Aimadnet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert long TikTok urls into short links so you can share them easily on social media."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Shortener for TikTok एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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/ |
सहायता पृष्ठ URL | 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" } } |