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",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5IMFOWgCfBotDvd9j9QQ5XwpV4qm09qhZYLLiiFOX9rnw5YHvgz+TiziBQgyUnXCve\/9CJS7rzmeoxNWexTN8bUSCsrmHAjYZ6rCr1RZQKUGPk+LEI6vhGHqDHb6wb64sWyEux4hW+JGMmU\/st7WBbHyko5gh\/u68MWqS0M4nEPS2lY+im7aIrvHzW2hxUAbiCF10PNaCR6SNi93GVRySu53743oCy9weoQp38mKchyk+OEsk68\/6jh2obLiXyDA8JgFPoITZOQFfXofUGf5Hr2kwqhbn6zH6nXe0+tFcmZNreFVIBTBYKhkItqJqcEsirDkgxg33WGNKtWoTogmuwIDAQAB",
"name": "XenonHunt - Shopify & Daraz Product Hunting",
"version": "2.3.3",
"description": "Shopify & Daraz product hunting tool for winning products. Real-time sales data and keyword research for success.",
"homepage_url": "https:\/\/www.xenonhunt.com\/",
"action": {
"default_icon": "images\/icon-48.png",
"default_popup": "assets\/popup.html"
},
"background": {
"service_worker": "assets\/service-worker.js",
"type": "module"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"cookies",
"alarms",
"tabs",
"activeTab"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"assets\/content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/window.js",
"assets\/content-main.js",
"assets\/chunks\/*.js",
"images\/*",
"assets\/*.png",
"assets\/*.woff",
"assets\/*.ttf"
]
}
]
}