Implement user agent switching + whitelist

This commit is contained in:
hensm
2018-10-21 06:14:28 +01:00
parent 30dd357e46
commit e5686c2017
3 changed files with 110 additions and 2 deletions

View File

@@ -29,6 +29,20 @@
, "options_option_localMediaServerPort": {
"message": "HTTP server port"
}
, "options_category_uaWhitelist": {
"message": "User agent whitelist"
}
, "options_category_uaWhitelist_description": {
"message": "Sites for which to replace the user agent with a Chrome version for compatibility."
}
, "options_option_uaWhitelistEnabled": {
"message": "Enabled"
}
, "options_option_uaWhitelist": {
"message": "Site list (newline-separated)"
}
, "options_submit": {
"message": "Submit"
}