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",
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "2.0.4",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAophGMCtcnos9fj6YR4y\/VOZNTuooSv2HdHPRP8d25wbDy2vJHzW5v0S85y\/4LXAY1W2JhlOgpXYEMDl0tYcia8eVVCfmgz04bCnSLVA5ngVZOFwo5Kjx\/k1QouTCVTYJ1ihA06ScCIpUSuaDCPGm3zYLBs2RfdP9s9K72OVIDG+c1DUskdC74QgbvbubREeDlpd8mOOXv7QQkY4Y8nSxv3lSV2vgzokf2ZDHUAqA\/f\/emMGgszkChIT0TtwpvcmLVbSu+BQXj7ogyhfNx7Z1vnDttl+8iRfTamEAy0+1ieGqIS\/h5Qr+eJjMhl2igxQtgkn5daIVgSMeYKpBaJDoHQIDAQAB",
"icons": {
"128": "icons\/logo.png"
},
"background": {
"service_worker": "js\/background.js"
},
"options_page": ".\/app.html",
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/content-script.js"
],
"css": [],
"all_frames": true,
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/content-script-start.js"
],
"css": [],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/bulk-script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"128": "icons\/logo.png"
}
},
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.linkedradar.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules_1.json"
}
]
},
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"cookies",
"alarms",
"webRequest",
"activeTab",
"identity"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.instagram.com\/*",
"https:\/\/*.igtools.ai\/*"
],
"resources": [
"js\/ijsource.js",
"js\/bulk-ijsource.js",
"inject\/*",
"app.html",
"tutorial.html",
"icons\/*"
]
}
]
}