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": "TikTok Influencer Insights | Omnifluence",
"description": "Analyse engagement rate of any tiktok influencer right in your browser.",
"version": "1.2.1",
"manifest_version": 3,
"options_ui": {
"page": "options.html"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"action": {
"default_icon": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"default_popup": "popup.html",
"default_title": "Click to view more"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.omnifluence.io\/",
"https:\/\/www.tiktok.com\/*"
],
"js": [
"js\/vendor.js",
"js\/tiktok_script.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"webNavigation"
],
"host_permissions": [
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.omnifluence.io\/"
]
}