User Agent Switcher, URL sniffer

This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.

Qu'est-ce que User Agent Switcher, URL sniffer ?

User Agent Switcher, URL sniffer est une extension Chrome développée par Smart Software, et sa fonction principale est "This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension User Agent Switcher, URL sniffer

Téléchargez les fichiers d'extension User Agent Switcher, URL sniffer 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

                        Most web pages are fully and completely compatible with Chrome. 
However, there are some sites that insist upon using a different browser. 
So, an extension has been developed for Chrome called the Ultimate User Agent Switcher.

When a web page suggests using a different browser or upgrading the current one, 
the Ultimate User Agent Switcher tricks the web site into believing that it is a different browser, often allowing access.

And this extension allows you to find all HTTP URLs. (URL sniffer feature)
This extension supports Chrome 18 and later.

*Enable,disable switcher
*Add,edit User Agent list
*Filters to apply
*URL pattern to apply
*View URL sniffer log (type,method,URL,original HTTP headers..)
*Export/Import settings
*Various options

http://iblogbox.com/chrome/useragent                    

Informations de Base sur l'Extension

Nom User Agent Switcher, URL sniffer User Agent Switcher, URL sniffer
ID ljfpjnehmoiabkefmnjegmpdddgcdnpo
URL Officiel https://chromewebstore.google.com/detail/user-agent-switcher-url-s/ljfpjnehmoiabkefmnjegmpdddgcdnpo
Description This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.
Taille du Fichier 111 KB
Nombre d'Installations 86,832
Version Actuelle 0.9.4.2
Dernière Mise à Jour 2022-11-19
Date de Publication 2020-12-01
Évaluation 4.31/5 Total 430 Évaluations
Développeur Smart Software
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://iblogbox.com/chrome/useragent
URL de la Page de Politique de Confidentialité http://iblogbox.com/chrome/tos.php
Langues Prises en Charge de,en,en-GB,fr,nl,no,vi,da,es,it,hu,pl,fi,sr,ru,iw,ar,ja,ko
manifest.json
{
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "User Agent Switcher, URL sniffer",
        "default_popup": "popup.html"
    },
    "name": "User Agent Switcher, URL sniffer",
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/option2.js"
            ],
            "matches": [
                "*:\/\/iblogbox.com\/chrome\/useragent\/option\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "options.html",
        "viewlog.html"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/iblogbox.com\/chrome\/useragent\/",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "0.9.4.2"
}