Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "name": "__MSG_appName__", "version": "1.0.1", "description": "__MSG_appDesc__", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "96", "permissions": [ "activeTab", "storage", "tabs", "cookies" ], "host_permissions": [ "https:\/\/*.tiktok.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "icons\/*", "images\/*", "fonts\/*", "static\/tiktok_lib.js" ] } ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/all.css" ], "js": [ "js\/all.js", "js\/library.js", "js\/shot.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/extension-icon-x16.png", "32": "icons\/extension-icon-x32.png", "48": "icons\/extension-icon-x48.png", "128": "icons\/extension-icon-x128.png" } }, "icons": { "16": "icons\/extension-icon-x16.png", "32": "icons\/extension-icon-x32.png", "48": "icons\/extension-icon-x48.png", "128": "icons\/extension-icon-x128.png" }, "homepage_url": "https:\/\/www.adslibrary.ai", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }