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": "SocialiQ - Influencer Marketing Research Assistant",
"version": "2.1.8",
"description": "Find, qualify and shortlist Instagram, TikTok, Youtube, Twitter and Twitch influencers.",
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/iq.exchange.impulze.ai\/api\/v1\/*"
],
"background": {
"service_worker": "serviceworker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/socialiq.impulze.ai\/*"
],
"run_at": "document_end",
"js": [
"socialIQ.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"run_at": "document_start",
"js": [
"instaStartLoad.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"run_at": "document_idle",
"js": [
"instaScript.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start",
"js": [
"ytStart.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_end",
"js": [
"ytScript.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"run_at": "document_start",
"js": [
"tiktokStartLoad.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"run_at": "document_idle",
"js": [
"tiktokScript.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.x.com\/*"
],
"run_at": "document_start",
"js": [
"xStartLoad.js"
],
"all_frames": true
},
{
"matches": [
"*:\/\/*.x.com\/*"
],
"run_at": "document_idle",
"js": [
"xScript.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"run_at": "document_start",
"js": [
"twitchStart.js"
],
"all_frames": false
},
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"run_at": "document_idle",
"js": [
"twitchScript.js"
],
"all_frames": false
}
],
"icons": {
"16": "images\/brand\/logo-square-16.png",
"32": "images\/brand\/logo-square-32.png",
"48": "images\/brand\/logo-square-48.png",
"128": "images\/brand\/logo-square-128.png"
},
"action": {
"default_icon": {
"16": "images\/brand\/logo-square-16.png",
"32": "images\/brand\/logo-square-32.png",
"48": "images\/brand\/logo-square-48.png",
"128": "images\/brand\/logo-square-128.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"css\/svg\/*.svg",
"images\/*.png",
"images\/*.gif",
"*.ttf",
"*.eot",
"*.svg",
"*.woff",
"*.woff2",
"*.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"default_locale": "en",
"manifest_version": 3
}