Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }