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": "Influencer Insight | Omnifluence.io",
"description": "Analyse engagement rate of any influencer right in your browser.",
"version": "2.4.2",
"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.instagram.com\/*"
],
"js": [
"js\/vendor.js",
"js\/instagram_script.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"webNavigation",
"downloads"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.omnifluence.io\/"
]
}