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,
"name": "InsE - Instagram email finder & exporter",
"version": "6.0.14",
"description": "Scrape pubilc email and phone of instagram followers and export to csv\/excel",
"action": {
"default_icon": ".\/assets\/icon-128.png",
"default_popup": ".\/dist\/popup\/InsE\/index.html"
},
"options_ui": {
"page": ".\/dist\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"permissions": [
"identity",
"activeTab",
"storage",
"unlimitedStorage"
],
"oauth2": {
"client_id": "139709177625-32vl44l4m2lfihrga1muig1doak5bt1g.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*ext=E&uuid=*",
"https:\/\/www.listmore.info\/*\/inse*",
"https:\/\/www.instagram.com\/accounts\/*",
"https:\/\/www.instagram.com\/challenge\/*"
],
"js": [
"dist\/contentScripts\/index.global.js"
]
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"dist\/injectButtonScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"dist\/injectButtonScripts\/style.css",
"assets\/*"
],
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.listmore.info\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjbxu5Q6dWX7LKprXJU9BG2Z\/qtvtJYJJQQ\/YaK9LFwjnX88NWpSKaHMShkU6CIsqxXLC5yL6h7mp0Ag7NJRONvnzUhsRs0LyOrXMF9Mbm\/U\/QzD4XFbu1\/nf5FAVtBvvJpbnR+G9UYz\/IIivV4kI17NLSbtxKfQUF+kGO3RPknXxMzqI+kXWbtGjjNUDNHsHD4pEpR2JBnXBIhz7MThRRUoEOCtIqCZMhJNvXdhEaiJrgnyISaNnduqnbN7aS2i5p\/VrYCDEXhsMhEN7T6K6yd40W7oIhhw2Cz4S8ss4kOA5PHLKJyqAt0ig1u+bFQ27TPGRap12GqliJn8B\/uKs4wIDAQAB"
}