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によって開発されたChromeの拡張機能で、その主な機能は「Convert long TikTok urls into short links so you can share them easily on social media.」です。
拡張機能のスクリーンショット
URL Shortener for TikTok拡張機能のCRXファイルをダウンロード
URL Shortener for TikTok拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |