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": "__MSG_IGToolsName__",
"description": "__MSG_IGToolsDesc__",
"version": "1.0.1",
"default_locale": "en",
"icons": {
"128": "icons\/logo_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/logo_128.png"
}
},
"options_page": ".\/options.html",
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.igtools.ai\/*",
"https:\/\/*.cdninstagram.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"icons\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}