User-Agent Smart Switcher
Switch easily between platforms and browsers
Wat is User-Agent Smart Switcher?
User-Agent Smart Switcher is een Chrome-extensie ontwikkeld door Sergei L, en de belangrijkste functie is "Switch easily between platforms and browsers".
Extensie Screenshots
Download het CRX-bestand van de extensie User-Agent Smart Switcher
Download User-Agent Smart Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dgdmfclijcondkaobmpgbmibaaocfdpj |
| Officiële URL | https://chrome.google.com/webstore/detail/user-agent-smart-switcher/dgdmfclijcondkaobmpgbmibaaocfdpj |
| Beschrijving | Switch easily between platforms and browsers |
| Bestandsgrootte | 16.19 KB |
| Aantal Installaties | 10,000 |
| Huidige Versie | 1.4.1 |
| Laatst Bijgewerkt | 2021-05-21 |
| Publicatiedatum | 2020-03-16 |
| Beoordeling | 4.86/5 Totaal 57 Beoordelingen |
| Ontwikkelaar | Sergei L |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/srgl/ua-smart-switcher |
| Help Pagina-URL | https://github.com/srgl/ua-smart-switcher |
| Ondersteunde Talen | 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",
" | |