SocialiQ - Influencer Marketing Research Tool

SocialiQ - Influencer Marketing Research Tool

Get insights of Instagram, TikTok, Twitter, Youtube and Twitch creators.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SocialiQ - Influencer Marketing Research Tool",
  "version": "2.0.6",
  "description": "Get insights of Instagram, TikTok, Twitter, Youtube and Twitch creators.",
  "permissions": [
    "storage",
    "tabs",
    "i18n"
  ],
  "background": {
    "service_worker": "background.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": true
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "tiktokStartLoad.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "twitterStartLoad.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "tiktokScript.js"
      ],
      "css": [
        "css/font.css",
        "css/material-design-iconic-font.min.css",
        "css/toastr.min.css",
        "css/animate.min.css",
        "css/custom.css"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "instascript.js"
      ],
      "css": [
        "css/font.css",
        "css/material-design-iconic-font.min.css",
        "css/toastr.min.css",
        "css/animate.min.css",
        "css/custom.css"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "twitterScript.js"
      ],
      "css": [
        "css/font.css",
        "css/material-design-iconic-font.min.css",
        "css/toastr.min.css",
        "css/animate.min.css",
        "css/custom.css"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "ytStart.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "ytScript.js"
      ],
      "css": [
        "css/font.css",
        "css/material-design-iconic-font.min.css",
        "css/toastr.min.css",
        "css/animate.min.css",
        "css/custom.css"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "run_at": "document_start",
      "js": [
        "twitchStart.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "run_at": "document_idle",
      "js": [
        "twitchScript.js"
      ],
      "css": [
        "css/font.css",
        "css/material-design-iconic-font.min.css",
        "css/toastr.min.css",
        "css/animate.min.css",
        "css/custom.css"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/svg/*.svg",
        "images/*.png",
        "*.ttf",
        "*.eot",
        "*.svg",
        "*.woff",
        "*.woff2",
        "*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "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"
  },
  "default_locale": "en",
  "manifest_version": 3
}