Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 01, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Superlio.ai", "description": "Superlio.ai: Your co-pilot to engage with your DreamInfluncers on LinkedIn to generate High-Quality leads and a massive pipeline.", "version": "0.1.2", "manifest_version": 3, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "tabs", "storage", "cookies", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "externally_connectable": { "matches": [ "http:\/\/localhost:5173\/*", "https:\/\/dashboard.superlio.ai\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": "\/images\/icon-16.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "\/css\/dream100.css" ], "js": [ "\/js\/jquery.min.js", "\/js\/arrive.js", "\/js\/dream100.js", "\/js\/post.js" ] } ], "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "\/js\/*.js", "\/css\/*.css", "\/images\/icon-16.png", "\/images\/icon-20.png", "\/images\/icon-32.png", "\/images\/icon-48.png", "\/images\/logo.png", "\/images\/check-mark.gif", "\/images\/tick.png", "\/images\/cross.png", "\/images\/warning.png", "\/images\/play.png", "\/images\/pause.png", "\/images\/loading.gif", "\/images\/lock.png", "\/images\/unlock.png", "\/images\/lock.svg", "\/images\/unlock.svg" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } }