Refactor background.js to dynamically adjust User-Agent based on OS; update manifest.json version and description; add .gitignore for build artifacts
This commit is contained in:
parent
e76f46d33e
commit
0eea23ef88
3 changed files with 72 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "thisiswindowschromiumnetflix",
|
||||
"version": "1.0.0",
|
||||
"description": "Netflix에서 User-Agent를 Windows Chrome으로 고정합니다.",
|
||||
"name": "thisischromiumnetflix",
|
||||
"version": "2026.7.27.1",
|
||||
"description": "Netflix 관련 요청의 User-Agent를 운영체제에 맞춰 조정합니다.",
|
||||
|
||||
"permissions": [
|
||||
"webRequest",
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "thisiswindowschromiumnetflix@imnya.ng",
|
||||
"strict_min_version": "109.0",
|
||||
"strict_min_version": "142.0",
|
||||
"data_collection_permissions": {
|
||||
"required": [
|
||||
"none"
|
||||
|
|
@ -31,4 +31,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue