User-Agent Smart Switcher
Switch easily between platforms and browsers
Co to jest User-Agent Smart Switcher?
User-Agent Smart Switcher to rozszerzenie Chrome opracowane przez Sergei L, a jego główną funkcją jest „Switch easily between platforms and browsers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia User-Agent Smart Switcher
Pobierz pliki rozszerzeń User-Agent Smart 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
Support desktop and mobile browsers. Daily user agent strings updates, no need to update them manually. Source code: https://github.com/srgl/ua-smart-switcher Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dgdmfclijcondkaobmpgbmibaaocfdpj |
Oficjalny URL | https://chrome.google.com/webstore/detail/user-agent-smart-switcher/dgdmfclijcondkaobmpgbmibaaocfdpj |
Opis | Switch easily between platforms and browsers |
Rozmiar pliku | 16.19 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2021-05-21 |
Data Publikacji | 2020-03-16 |
Ocena | 4.86/5 Łącznie 57 Oceny |
Deweloper | Sergei L |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/srgl/ua-smart-switcher |
Adres URL Strony Pomocy | https://github.com/srgl/ua-smart-switcher |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User-Agent Smart Switcher", "description": "Switch easily between platforms and browsers", "version": "1.4.1", "author": "Sergei L", "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "client.js" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "storage", " |