User-Agent Switcher
Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.
Co to jest User-Agent Switcher?
User-Agent Switcher to rozszerzenie Chrome opracowane przez https://browsernative.com, a jego główną funkcją jest „Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia User-Agent Switcher
Pobierz pliki rozszerzeń User-Agent Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Choose from the preset User-Agent strings, or add your own custom User-Agent string.
Available Preset UAs: Firefox on Windows, Chrome on Android & iPad, Safari (on iPhone, iPadOS/macOS), Google Bot, Chromium on Raspberry Pi and many more.
Extension by BrowserNative. Have any feedback? Email at [email protected]. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | iojaoainolpgkpojokmeclhidjolocci |
| Oficjalny URL | https://chromewebstore.google.com/detail/user-agent-switcher/iojaoainolpgkpojokmeclhidjolocci |
| Opis | Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string. |
| Rozmiar pliku | 40.59 KB |
| Liczba instalacji | 14,052 |
| Aktualna Wersja | 1.0.18 |
| Ostatnia Aktualizacja | 2023-10-19 |
| Data Publikacji | 2020-06-03 |
| Ocena | 3.79/5 Łącznie 19 Oceny |
| Deweloper | https://browsernative.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://browsernative.com/user-agent-chrome-extension/ |
| Adres URL Strony Pomocy | https://browsernative.com/user-agent-chrome-extension/ |
| Adres URL Strony Polityki Prywatności | https://browsernative.com/extensions-privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "User-Agent Switcher",
"manifest_version": 2,
"description": "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.",
"homepage_url": "https:\/\/browsernative.com\/user-agent-chrome-extension\/",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Change User-Agent Setting"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"128": "icon.png"
},
"version": "1.0.18",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
]
} | |