WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SocialiQ - Influencer Marketing Research Assistant

SocialiQ - Influencer Marketing Research Assistant

View on Chrome Web Store
View SocialiQ - Influencer Marketing Research Assistant Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (29 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Find, qualify and shortlist Instagram, TikTok, Youtube, Twitter and Twitch influencers.
Type
Extension
Users
20,000 users
10K
Website impulze.ai
impulze.ai
View author page of impulze.ai
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 26, 2020
Version 2.1.8
Manifest version
3
Updated
Updated on July 5, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SocialiQ - Influencer Marketing Research Assistant Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top