mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-01-11 00:05:28 +01:00
127 lines
4.6 KiB
JSON
127 lines
4.6 KiB
JSON
{
|
|
"extensionName": {
|
|
"message": "Privacy Redirect",
|
|
"description": "Name of the extension."
|
|
},
|
|
"extensionDescription": {
|
|
"message": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.",
|
|
"description": "Description of the extension."
|
|
},
|
|
"nitterInstance": {
|
|
"message": "Nitter Instance",
|
|
"description": "Label for Nitter instance field option (options)."
|
|
},
|
|
"invidiousInstance": {
|
|
"message": "Invidious Instance",
|
|
"description": "Label for Invidious instance field option (options)."
|
|
},
|
|
"bibliogramInstance": {
|
|
"message": "Bibliogram Instance",
|
|
"description": "Label for Bibliogram instance field option (options)."
|
|
},
|
|
"osmInstance": {
|
|
"message": "OpenStreetMap Instance",
|
|
"description": "Label for OSM instance field option (options)."
|
|
},
|
|
"disableNitter": {
|
|
"message": "Nitter Redirects",
|
|
"description": "Label for enable/disable Nitter redirects option (options & pop-up)."
|
|
},
|
|
"disableInvidious": {
|
|
"message": "Invidious Redirects",
|
|
"description": "Label for enable/disable Invidious redirects option (options & pop-up)."
|
|
},
|
|
"disableBibliogram": {
|
|
"message": "Bibliogram Redirects",
|
|
"description": "Label for enable/disable Bibliogram redirects option (options & pop-up)."
|
|
},
|
|
"disableOsm": {
|
|
"message": "OpenStreetMap Redirects",
|
|
"description": "Label for enable/disable OSM redirects option (options & pop-up)."
|
|
},
|
|
"alwaysProxy": {
|
|
"message": "Always proxy videos through Invidious",
|
|
"description": "Label for 'Always proxy videos through Invidious' option (options)."
|
|
},
|
|
"onlyEmbeddedVideo": {
|
|
"message": "Only redirect embedded video to Invidious",
|
|
"description": "Label for 'Only redirect embedded video to Invidious' option (options)."
|
|
},
|
|
"videoQuality": {
|
|
"message": "Invidious Video Quality",
|
|
"description": "Label for 'Invidious Video Quality' option (options)."
|
|
},
|
|
"removeTwitterSW": {
|
|
"message": "Proactively remove Twitter service worker",
|
|
"description": "Label for 'Proactively remove Twitter service worker' option (options)."
|
|
},
|
|
"invidiousDarkMode": {
|
|
"message": "Invidious dark mode always on",
|
|
"description": "Label for 'Invidious dark mode always on' option (options)."
|
|
},
|
|
"persistInvidiousPrefs": {
|
|
"message": "Persist Invidious preferences (as cookie)",
|
|
"description": "Label for 'Persist Invidious preferences (as cookie)' option (options)."
|
|
},
|
|
"generalTab": {
|
|
"message": "General",
|
|
"description": "General tab (options)."
|
|
},
|
|
"advancedTab": {
|
|
"message": "Advanced",
|
|
"description": "Advanced tab (options)."
|
|
},
|
|
"exceptionsTab": {
|
|
"message": "Exceptions",
|
|
"description": "Exceptions tab (options)."
|
|
},
|
|
"exceptionsDescriptionP1": {
|
|
"message": "Enter a URL or Regular Expression to be excluded from redirects.",
|
|
"description": "A description of the 'Exceptions' feature paragraph 1 (options)."
|
|
},
|
|
"exceptionsDescriptionP2": {
|
|
"message": "All requests for or initiating from a URL that matches the exception will be excluded from redirects.",
|
|
"description": "A description of the 'Exceptions' feature paragraph 2 (options)."
|
|
},
|
|
"exceptionsDescriptionP3": {
|
|
"message": "Note - Supports JavaScript regular expressions, excluding the enclosing forward slashes.",
|
|
"description": "A description of the 'Exceptions' feature paragraph 3 (options)."
|
|
},
|
|
"addException": {
|
|
"message": "Add Exception",
|
|
"description": "'Add Exceptions' button (options)."
|
|
},
|
|
"moreOptions": {
|
|
"message": "More Options",
|
|
"description": "More Options button (pop-up)."
|
|
},
|
|
"privacy": {
|
|
"message": "Privacy",
|
|
"description": "Extension title - Privacy (pop-up)."
|
|
},
|
|
"redirect": {
|
|
"message": "Redirect",
|
|
"description": "Extension title - Redirect (pop-up)."
|
|
},
|
|
"version": {
|
|
"message": "Version",
|
|
"description": "Version"
|
|
},
|
|
"useFreeTube": {
|
|
"message": "Use FreeTube over Invidious when possible",
|
|
"description": "Label for 'Use FreeTube over Invidious when possible' option (options)."
|
|
},
|
|
"nitterRandomPool": {
|
|
"message": "Nitter random instance pool (comma-separated)",
|
|
"description": "Label for 'Nitter random instance pool (comma-separated)' option (options)."
|
|
},
|
|
"invidiousRandomPool": {
|
|
"message": "Invidious random instance pool (comma-separated)",
|
|
"description": "Label for 'Invidious random instance pool (comma-separated)' option (options)."
|
|
},
|
|
"bibliogramRandomPool": {
|
|
"message": "Bibliogram random instance pool (comma-separated)",
|
|
"description": "Label for 'Bibliogram random instance pool (comma-separated)' option (options)."
|
|
}
|
|
}
|