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.
Cos'è Http User-Agent Switcher?
Http User-Agent Switcher è un'estensione di Chrome sviluppata da OpenAdminTools.com, e la sua funzione principale è "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Http User-Agent Switcher
Scarica i file di estensione Http User-Agent Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Http User-Agent Switcher |
ID | dalfpgoflklogpfibbjelegbgfamlhof |
URL Ufficiale | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
Descrizione | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
Dimensione del File | 172 KB |
Conteggio Installazioni | 3,592 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2022-06-21 |
Data di Pubblicazione | 2019-08-05 |
Valutazione | 4.35/5 Totale 49 Valutazioni |
Sviluppatore | OpenAdminTools.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.openadmintools.com |
URL della Pagina di Aiuto | https://app.openadmintools.com |
Lingue Supportate | 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" } } |