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_appName__",
"version": "4.1.0",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"contentStyle.css"
],
"run_at": "document_idle"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9df4hABmf4zyNsz+lxnyGU1firrKIsRPq0is458yrKe+CVq84\/TzKK9LJH3XHKmtvwDl5YI2rp\/DqzJVPsWY4788VerSXBSYC\/B2Tt1BX+o\/Jky9KBEIaAWQDfuPzlJHWzNqc4ZZVbUXCE7NjRYLecKU2JqI3FCCqDBXMluDHY80dNaVmXeIwIHW1I4SEG3WtkYc8edmtwLNe3aE7zfqlI+Fvhzdxw5\/NEKesDEhTvhC1\/P2OCE9ARyGtiZAm54Gy28MkPqvornYpxwyMbNNKv9N2tJ74Q+XGs+SmymHhgtoALGF8KuS2PN0JJT9Os3jdM2ZcPn5uReO\/l3Oi5onQQIDAQAB",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"storage",
"cookies",
"tabs",
"scripting",
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"main.js"
],
"matches": [
"*:\/\/www.instagram.com\/*"
]
},
{
"resources": [
"contentStyle.css",
"icon.png",
"secure-stripe-payment.jpeg"
],
"matches": []
}
],
"default_locale": "en",
"host_permissions": [
"*:\/\/*.extfox.pro\/*",
"*:\/\/*.instagram.com\/*"
]
}