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:
암냥 2026-07-27 13:15:58 +09:00
commit 0eea23ef88
No known key found for this signature in database
3 changed files with 72 additions and 13 deletions

View file

@ -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 @@
}
}
}
}
}