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", "name": "TikTok All Liked Videos Remover For Chrome", "description": "A Chrome extension to remove all liked videos on TikTok.", "version": "1.5", "author": { "name": "trinhnv", "email": "[email protected]", "url": "https:\/\/trinhnv.engineer" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/*.tiktok.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/tiktok-all-liked-videos-r\/iejagbbnohfpanbhmenmgdliekekifie", "action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_title": "TikTok All Liked Videos Remover", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "styles.css" ], "matches": [ "https:\/\/*.tiktok.com\/*" ] }, { "resources": [ "content.js" ], "matches": [ "https:\/\/*.tiktok.com\/*" ] } ], "manifest_version": 3 }