Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Influencer Analytics by Wednesday",
"version": "3.0.0.4",
"manifest_version": 3,
"description": "Free plugin for influencer marketing analytics and creator discovery with detailed profile insights.",
"icons": {
"128": "assets\/icon.png"
},
"action": {
"default_icon": "assets\/icon.png"
},
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"js": [
"src\/content.js"
],
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/www.pinterest.com\/*",
"https:\/\/www.tiktok.com\/*",
"https:\/\/www.twitch.tv\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/loading-animation.gif",
"assets\/quick-opener.svg",
"assets\/upf-to-wed.gif",
"assets\/upfluence-blue-logo.svg",
"assets\/iframe.html",
"assets\/iframe.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"activeTab",
"identity",
"identity.email",
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"*:\/\/*\/"
]
}