Add manifest.json
This commit is contained in:
commit
df9fd96fb0
1 changed files with 34 additions and 0 deletions
34
manifest.json
Normal file
34
manifest.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "thisiswindowschromiumnetflix",
|
||||
"version": "1.0.0",
|
||||
"description": "Netflix에서 User-Agent를 Windows Chrome으로 고정합니다.",
|
||||
|
||||
"permissions": [
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
|
||||
"host_permissions": [
|
||||
"*://netflix.com/*",
|
||||
"*://*.netflix.com/*"
|
||||
],
|
||||
|
||||
"background": {
|
||||
"scripts": [
|
||||
"background.js"
|
||||
]
|
||||
},
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "thisiswindowschromiumnetflix@imnya.ng",
|
||||
"strict_min_version": "109.0",
|
||||
"data_collection_permissions": {
|
||||
"required": [
|
||||
"none"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue