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": "__MSG_INS_SRH_NAME__",
"version": "0.3.0",
"description": "__MSG_INS_SRH_DESC__",
"default_locale": "en",
"externally_connectable": {
"matches": [
"*:\/\/*.exporter24.net\/*",
"https:\/\/env.exporter24.net\/pro-ins-search"
]
},
"icons": {
"16": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "img\/logo.png",
"default_title": "__MSG_INS_SRH_NAME__"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.exporter24.net\/*",
"*:\/\/*.instagram.com\/*",
"https:\/\/*.cdninstagram.com\/*"
],
"match_origin_as_fallback": true,
"js": [
"js\/jquery-3.6.4.min.js",
"js\/content-scripts.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"js\/inject.js"
],
"matches": [
"*:\/\/*.exporter24.net\/*",
"*:\/\/*.instagram.com\/*",
"https:\/\/*.cdninstagram.com\/*"
],
"extension_ids": []
}
],
"permissions": [
"activeTab",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.exporter24.net\/*",
"*:\/\/*.instagram.com\/*",
"https:\/\/*.cdninstagram.com\/*"
],
"homepage_url": "https:\/\/exporter24.net",
"config": {
"app-id": "lllcjcbnjfpgihehimcgfibnhklbnomp"
}
}