Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Engagi - AI for social media engagement",
"version": "1.36",
"description": "Grow your social media accounts through AI powered engagement.",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.reddit.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.threads.com\/*",
"*:\/\/*.bsky.app\/*",
"*:\/\/*.mastodon.social\/*",
"*:\/\/*.tumblr.com\/*",
"*:\/\/*.quora.com\/*",
"*:\/\/*.pinterest.com\/*",
"*:\/\/*.medium.com\/*",
"*:\/\/*.twitch.tv\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "Show Engagi",
"default_popup": "html\/popup.html"
},
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.reddit.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.threads.com\/*",
"*:\/\/*.bsky.app\/*",
"*:\/\/*.mastodon.social\/*",
"*:\/\/*.tumblr.com\/*",
"*:\/\/*.quora.com\/*",
"*:\/\/*.pinterest.com\/*",
"*:\/\/*.medium.com\/*",
"*:\/\/*.twitch.tv\/*"
],
"js": [
"js\/languages.js",
"js\/constants.js",
"js\/htmls.js",
"js\/apis.js",
"js\/engager.js",
"js\/fb.js",
"js\/bsky.js",
"js\/quora.js",
"js\/insta.js",
"js\/tiktok.js",
"js\/yt.js",
"js\/pinterest.js",
"js\/mastodon.js",
"js\/medium.js",
"js\/reddit.js",
"js\/tumblr.js",
"js\/x.js",
"js\/linkedin.js",
"js\/threads.js",
"js\/main.js"
],
"css": [
"assets\/css\/content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"js\/constants.js",
"js\/languages.js",
"\/public\/icon16.png",
"public\/*"
],
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.reddit.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.threads.com\/*",
"*:\/\/*.bsky.app\/*",
"*:\/\/*.mastodon.social\/*",
"*:\/\/*.tumblr.com\/*",
"*:\/\/*.quora.com\/*",
"*:\/\/*.pinterest.com\/*",
"*:\/\/*.medium.com\/*",
"*:\/\/*.twitch.tv\/*"
]
}
]
}