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": "\u6b38\uff01\u4f11\u606f\u4e00\u4e0b\uff01",
"version": "0.0.4",
"description": "\u3010#\u8cc0\u74cf\u591c\u591c\u79c0\u3011\u6b38\uff01\u6f14\u7b97\u6cd5\uff01\u7834\u89e3\u793e\u7fa4\u6f14\u7b97\u6cd5\uff01",
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.threads.net\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.threads.net\/*"
],
"js": [
"content.js"
],
"css": [
"modal.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/128.png"
}
},
"icons": {
"128": "images\/128.png"
}
}