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",
"version": "1.0.0",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"identity",
"webRequest"
],
"host_permissions": [
"*:\/\/tkfollowersexporter.extensionsbox.com\/*",
"*:\/\/*.tiktok.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApuqALA3W2M61khaEprxW8gSKxEkDcMo8IUkltc63KHnVNgt6dr\/yLkR6sS4V3UoMbL2F\/bo3k0XAL31IEvYd5vMS6gMCFGKeq3KTjs536pyn95GG8vqpeJAuZO5Ti1yl5HQgUuLfAaa5NC1RNd4JuA8uSjauqdPU+6X0s16+oN3N1UVHYSLQQmO3Vc09Bu1VKVOUqN0VOKvVZvkbf4N9w3yJu4e6R4L4OR2yCDbIGOC\/FavRfl09hpASZB7VciTRV2sJ7HmvLMLvpmsAF\/eqfIX9GoJFfRsx9Q4OiKQy7wJUoGbgXLOv4iU3t9A6T1xHa7RHityRUAPzojKxRIh5LQIDAQAB",
"oauth2": {
"client_id": "675576086156-9jsd01q2b9rd8pqq7ut0dekvjt0br53l.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*",
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
}