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_default_title__",
"description": "__MSG_description__",
"default_locale": "zh_CN",
"version": "1.0.7",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage",
"tabs",
"cookies"
],
"host_permissions": [
"*:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"img\/website\/*",
"js\/injectedXhr.js"
],
"matches": [
"<all_urls>"
]
}
]
}