doufire 前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
426 B

{
"manifest_version": 3,
"name": "抖音圣火",
"version": "1.0",
"description": "控制浏览器打开抖音隐身窗口和指定直播窗口的扩展",
"permissions": [
"tabs",
"storage",
"windows",
"cookies"
],
"host_permissions": [
"https://douyin.xingtongworld.com/"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
}
}