Http User-Agent Switcher
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
Qu'est-ce que Http User-Agent Switcher ?
Http User-Agent Switcher est une extension Chrome développée par OpenAdminTools.com, et sa fonction principale est "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Http User-Agent Switcher
Téléchargez les fichiers d'extension Http User-Agent 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
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. You can also add your own custom User-Agents if you don't find what you are looking for.
Informations de Base sur l'Extension
Nom | Http User-Agent Switcher |
ID | dalfpgoflklogpfibbjelegbgfamlhof |
URL Officiel | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
Description | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
Taille du Fichier | 172 KB |
Nombre d'Installations | 3,592 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-06-21 |
Date de Publication | 2019-08-05 |
Évaluation | 4.35/5 Total 49 Évaluations |
Développeur | OpenAdminTools.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.openadmintools.com |
URL de la Page d'Aide | https://app.openadmintools.com |
Langues Prises en Charge | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Http User-Agent Switcher", "short_name": "Http User-Agent Switcher", "version": "2.0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webRequest", "webRequestBlocking" ], "default_locale": "en", "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "Http User-Agent Switcher", "default_popup": "popup.html" }, "description": "__MSG_UAExtDesc__", "background": { "scripts": [ "js\/settings.js", "js\/public.js", "js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/content.js" ], "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" } } |