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.
Wat is Http User-Agent Switcher?
Http User-Agent Switcher is een Chrome-extensie ontwikkeld door OpenAdminTools.com, en de belangrijkste functie is "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Http User-Agent Switcher
Download Http User-Agent 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
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. Basisinformatie over de Extensie
| Naam | |
| ID | dalfpgoflklogpfibbjelegbgfamlhof |
| Officiële URL | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
| Beschrijving | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
| Bestandsgrootte | 172 KB |
| Aantal Installaties | 3,592 |
| Huidige Versie | 2.0.1 |
| Laatst Bijgewerkt | 2022-06-21 |
| Publicatiedatum | 2019-08-05 |
| Beoordeling | 4.35/5 Totaal 49 Beoordelingen |
| Ontwikkelaar | OpenAdminTools.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.openadmintools.com |
| Help Pagina-URL | https://app.openadmintools.com |
| Ondersteunde Talen | 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"
}
} | |