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", "manifest_version": 3, "name": "TikTok Background Runner", "version": "1.2.5", "description": "Keep TikTok videos playing even when your browser tab is inactive.", "author": { "email": "[email protected]" }, "permissions": [ "background", "tabs", "scripting", "storage", "identity", "identity.email", "alarms" ], "background": { "service_worker": "background\/background.js", "type": "module" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }, "options_page": "settings\/settings.html", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "host_permissions": [ "https:\/\/*.tiktok.com\/*", "https:\/\/*.buymeacoffee.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.tiktok.com\/*", "https:\/\/*.buymeacoffee.com\/*" ], "js": [ "libs\/js\/anime.min.js", "libs\/js\/feather.min.js", "libs\/js\/jquery-3.6.0.min.js", "content\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "libs\/js\/jquery-3.6.0.min.js", "libs\/js\/anime.min.js", "libs\/js\/feather.min.js", "icons\/icon.png" ], "matches": [ "https:\/\/*.tiktok.com\/*", "https:\/\/*.buymeacoffee.com\/*" ] } ] }