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": "Instagram Followers Exporter Pro by PlugMonkey",
"short_name": "instagram-followers-exporter-pro",
"version": "1.4.7",
"description": "Export Instagram followers & following to CSV. Data fields including verified status, private accounts & more.",
"permissions": [
"storage",
"cookies"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.cdninstagram.com\/*",
"*:\/\/*.fbcdn.net\/*",
"https:\/\/*.plugmonkey.xyz\/*",
"https:\/\/license.plugmonkey.xyz\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"page-script.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.instagram.com\/*"
]
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"content\/modal.html",
"export-page\/export.html"
],
"matches": [
"*:\/\/*.instagram.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/*.instagram.com https:\/\/*.cdninstagram.com https:\/\/*.fbcdn.net https:\/\/*.plugmonkey.xyz;"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"author": "PlugMonkey"
}