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": "Reach.me - Analyze Trends, Build Creator Lists & Track Campaigns",
"version": "1.4.2",
"description": "Generate trend reports from sound pages, create creator lists and detailed profile analytics.",
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"scripting"
],
"host_permissions": [
"*:\/\/tiktok.com\/*",
"*:\/\/www.tiktok.com\/*",
"https:\/\/app.reach.me\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/tiktok.com\/*",
"*:\/\/www.tiktok.com\/*"
],
"js": [
"tiktok-content-script.js"
],
"run_at": "document_start",
"world": "ISOLATED"
},
{
"matches": [
"*:\/\/tiktok.com\/*",
"*:\/\/www.tiktok.com\/*"
],
"js": [
"interceptor.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https:\/\/app.reach.me\/auth-chrome*",
"https:\/\/app.reach-dev.me\/auth-chrome*"
],
"js": [
"auth-listener.bundle.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*.png",
"firebaseConfig.js",
"vue-app.html",
"vue-app-loader.js",
"colors.css",
"ssr-extractor.js",
"testing\/performanceTracker.js",
"testing\/testRunner.js",
"testing\/testingInjector.js",
"testing\/testDashboard.html"
],
"matches": [
"*:\/\/tiktok.com\/*",
"*:\/\/www.tiktok.com\/*",
"https:\/\/app.reach.me\/*"
]
}
]
}