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": "__MSG_appName__",
"version": "1.0.0",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"author": "XTCodeTech",
"background": {
"service_worker": "background.js"
},
"permissions": [
"identity",
"identity.email",
"tabs",
"storage",
"webRequest",
"downloads"
],
"host_permissions": [
"https:\/\/*.tiktok.com\/*"
],
"action": {
"default_title": "__MSG_appName__",
"default_icon": ".\/imgs\/icon128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": ".\/imgs\/icon128.png",
"32": ".\/imgs\/icon128.png",
"48": ".\/imgs\/icon128.png",
"128": ".\/imgs\/icon128.png"
},
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApkLI33vFBhHei2ql8KFTHAZFk14U0zU7zgekadrXywOUV1SPeX25pg5f0Oc95jj4nFvPkVrDm3vDDNSJ1lydlj+1ZDHzwnWjoZEQheQouSDKo\/k61tuqk0zIhWryLoPbnjKYbOUex4fewgKxY0mRo+fg\/mGp2jEx5+mL0\/qwDFvqbWpPHS8QnEXCgRVkL78r1x4RgdhiFcLLP781LtHZR0Szhx\/9NMr4JKNmsm06y0\/50tJWstBCMy93FPpDXQka96u9OUO5JHOOw7UjeEUSAJqnw+RcAVpin1G1odOYq4eKwEqSaxI8GERJ6djY9dpihI0XVoN+v81MtfCs0cGIWQIDAQAB"
}