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": "__MSG_manifest_name__",
"description": "__MSG_manifest_description__",
"version": "2.0.4",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"permissions": [
"downloads",
"webRequest",
"storage"
],
"host_permissions": [
"https:\/\/*.tiktok.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"resources": [
"*.svg",
"*.js.map"
]
}
],
"action": [],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAncol2kfciRJuqsePIZ\/i\/aCZEUNVjt1gIw7Q1q+Gc7qVjDFStlAiRoXiHYbspEkSpzCZdzI3XxYUpKUMuJtoCQ6Gw\/sCIDGfuniTzZVVykSm9WuIbzH3nVpUEM3BMnGI9SUE1N8eipnp7+XfgzUd\/7lIpg7vZOpm4eD+Jp0hys486RdYdm66XHYckE8sVWYqSunY3hX1+GQpJMArapj0Ol3ezTM8IyDjDAwN9u76VCHqCA5FwsqEbH5wQdsuzqqI56\/NwbdjQ2nqYutZ9+7vNGU\/AyIbzKqrQwAg+93gk00cLI6kxVy+6CS8yaXJ8BIANTrU3XJctDuW39Eo0MIsWwIDAQAB",
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"run_at": "document_end",
"css": [
"content-scripts\/button.css"
],
"js": [
"content-scripts\/button.js",
"content-scripts\/shadow.js"
]
}
]
}