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_appName__",
"version": "1.1.1",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage",
"cookies"
],
"web_accessible_resources": [
{
"resources": [
"contentStyle.css",
"icon-128.png",
"icon-34.png",
"secure-stripe-payment.jpeg"
],
"matches": []
}
],
"default_locale": "en",
"host_permissions": [
"*:\/\/*.extfox.pro\/*",
"*:\/\/*.extensionsfox.store\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.cdninstagram.com\/*",
"*:\/\/*.fbcdn.com\/*",
"https:\/\/instagram.ftpe4-2.fna.fbcdn.net\/*",
"https:\/\/instagram.ftpe4-1.fna.fbcdn.net\/*"
]
}