Agentium: User agent switcher

Control the user agent identity reported by your browser.

¿Qué es Agentium: User agent switcher?

Agentium: User agent switcher es una extensión de Chrome desarrollada por Chuan Ji, y su función principal es "Control the user agent identity reported by your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Agentium: User agent switcher

Descarga archivos de extensión Agentium: User agent switcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Agentium is an extension for controlling the user agent identity reported by your browser, allowing you for instance to view the mobile version of a website on your computer.

Highlights:

- Quickly select user agent identity from a default list of popular browsers
- Add your own custom user agent identities
- Simple & clean UI

This is open-source software distributed under the Apache 2.0 License. Please feel free to fork & contribute at https://github.com/jichu4n/agentium.                    

Información Básica de la Extensión

Nombre Agentium: User agent switcher Agentium: User agent switcher
ID kabejgcoafnliefbhejpfahdecimjcje
URL Oficial https://chromewebstore.google.com/detail/agentium-user-agent-switc/kabejgcoafnliefbhejpfahdecimjcje
Descripción Control the user agent identity reported by your browser.
Tamaño del Archivo 1.22 MB
Cantidad de Instalaciones 8,461
Versión Actual 0.1.1
Última Actualización 2018-11-10
Fecha de Publicación 2018-11-05
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Chuan Ji
Tipo de Pago free
Sitio Web de la Extensión https://github.com/jichu4n/agentium
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agentium: User agent switcher",
    "short_name": "Agentium",
    "author": "Chuan Ji",
    "version": "0.1.1",
    "description": "Control the user agent identity reported by your browser.",
    "homepage_url": "https:\/\/github.com\/jichu4n\/agentium",
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icon-32.png",
            "40": "icon-40.png"
        },
        "default_title": "Agentium",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "applications": {
        "gecko": {
            "id": "{23b8c629-e439-4cc6-a694-31f5dd918aff}"
        }
    }
}