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": "TKEFinder - Tiktok Email Finder",
"description": "Find Email from Tiktok search result and user followers\/following",
"version": "1.0.2",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"css": [
"\/styles\/cs.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/pandahi.cc\/*",
"https:\/\/*.tiktok.com\/*"
],
"permissions": [
"storage",
"tabs",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"action": {
"default_title": "TKEFinder - Tiktok Email Finder",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"\/js\/wm.js"
],
"matches": [
"*:\/\/*.tiktok.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}