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": "\u53eb\u5c0f\u5fae--\u5fae\u535a\u76f8\u518c\u5907\u4efd\/\u65e0\u6c34\u5370\u4e0b\u8f7d",
"description": "\u5fae\u535a\u7f51\u9875\u7248,\u4e00\u952e\u4e0b\u8f7d\u4e0d\u540c\u65f6\u95f4\u8de8\u5ea6\u7684\u7684\u56fe\u7247\uff0c\u5fae\u535a\u56fe\u7247\u6279\u91cf\u4e0b\u8f7d\uff0c\u5fae\u535a\u56fe\u7247\u65e0\u6c34\u5370\u4e0b\u8f7d\uff0c\u5fae\u535a\u76f8\u518c\u5907\u4efd\uff0c\u5fae\u535a\u76f8\u518c\u4e0b\u8f7d",
"version": "1.0.2",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/weibo.com\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/weibo.com\/*"
],
"css": [
"styles\/content_script.css"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https:\/\/geckoinfo.cloud\/*",
"https:\/\/weibo.com\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"downloads"
],
"action": {
"default_title": "\u53eb\u5c0f\u5fae--\u5fae\u535a\u76f8\u518c\u5907\u4efd\/\u65e0\u6c34\u5370\u4e0b\u8f7d",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
}