User-Agent Smart Switcher
Switch easily between platforms and browsers
Qu'est-ce que User-Agent Smart Switcher ?
User-Agent Smart Switcher est une extension Chrome développée par Sergei L, et sa fonction principale est "Switch easily between platforms and browsers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension User-Agent Smart Switcher
Téléchargez les fichiers d'extension User-Agent Smart Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dgdmfclijcondkaobmpgbmibaaocfdpj |
URL Officiel | https://chrome.google.com/webstore/detail/user-agent-smart-switcher/dgdmfclijcondkaobmpgbmibaaocfdpj |
Description | Switch easily between platforms and browsers |
Taille du Fichier | 16.19 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2021-05-21 |
Date de Publication | 2020-03-16 |
Évaluation | 4.86/5 Total 57 Évaluations |
Développeur | Sergei L |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/srgl/ua-smart-switcher |
URL de la Page d'Aide | https://github.com/srgl/ua-smart-switcher |
Langues Prises en Charge | 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", " |