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_extName__",
"description": "__MSG_extDescription__",
"version": "0.0.1",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"permissions": [
"scripting",
"sidePanel",
"storage"
],
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"default_locale": "en",
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/weibo.com\/*",
"https:\/\/www.reddit.com\/*",
"https:\/\/reddit.com\/*",
"https:\/\/www.bilibili.com\/*",
"https:\/\/bilibili.com\/*",
"https:\/\/www.4d4y.com\/*",
"https:\/\/4d4y.com\/*",
"https:\/\/linux.do\/*",
"https:\/\/*.linux.do\/*",
"https:\/\/*.xiaohongshu.com\/*"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/x.com\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}