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": "BetterTok \u2014 Enhance TikTok Live Chat & Viewing",
"short_name": "BetterTok",
"version": "1.0.1",
"description": "Custom emotes, chat enhancements, player controls & moderation for TikTok Live. Free tools at bettertok.app",
"author": "BetterTok Team",
"homepage_url": "https:\/\/bettertok.app",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/webcast.tiktok.com\/*",
"https:\/\/7tv.io\/*",
"https:\/\/cdn.7tv.app\/*",
"https:\/\/fonts.googleapis.com\/*",
"https:\/\/fonts.gstatic.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; img-src 'self' data: https:\/\/cdn.7tv.app;"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.tiktok.com\/*"
],
"js": [
"content\/debug-logger.js",
"content\/BetterTokUtils.js",
"content\/emote-manager.js",
"content\/ffz-emote-search.js",
"content\/emote-picker.js",
"content\/chat-interceptor.js",
"content\/chat-enhancer-mod.js",
"content\/chat-moderation.js",
"content\/chat-ui-enhancements.js",
"content\/player-enhancements.js",
"content\/stream-loader.js",
"content\/chat-enhancer.js",
"content\/mod-tools.js",
"content\/guest-profile-links.js",
"content\/performance-optimizer.js",
"content\/settings-panel.js",
"content\/main.js"
],
"css": [
"content\/styles.css",
"content\/chat-enhancements.css",
"content\/emote-picker.css",
"content\/settings-panel.css"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background\/service_worker.js"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "BetterTok - Settings available on TikTok Live pages"
},
"web_accessible_resources": [
{
"resources": [
"content\/emote-menu.html",
"content\/emote-menu.css",
"content\/emote-menu.js",
"content\/injected-guest-interceptor.js",
"content\/debug-injector.js",
"icons\/*",
"fonts\/cairo\/*.woff2",
"fonts\/tajawal\/*.woff2",
"fonts\/almarai\/*.woff2",
"fonts\/amiri\/*.woff2"
],
"matches": [
"https:\/\/www.tiktok.com\/*"
]
}
],
"minimum_chrome_version": "88",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
}