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",
"name": "__MSG_name__",
"version": "1.0.11",
"homepage_url": "https:\/\/socialplus.ai",
"description": "__MSG_desc__",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"https:\/\/www.instagram.com\/*"
],
"action": {
"default_icon": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content-script.js"
],
"css": [
"style\/style.css"
]
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"injects.js"
],
"css": [],
"world": "MAIN"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"*:\/\/*.instagram.com\/*"
]
}
]
}