User-Agent Converter

Converter between useragent strings from toolbar popup!

Co je User-Agent Converter?

User-Agent Converter je rozšíření Chrome vyvinuté https://www.downloadhub.cloud, a jeho hlavní funkcí je „Converter between useragent strings from toolbar popup!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření User-Agent Converter

Stáhněte si soubory rozšíření User-Agent Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        From the toolbar popup, you can easily change the user agent of your browser. There are 26 well-known user-agent strings available.

Please open the toolbar popup and select the desired user-agent button to use this add-on. The first row of the toolbar popup is for user agents for mobile devices, the second row is for user agents for desktop devices, and the final row is for selecting operating systems. Please force all open tabs to refresh after choosing a user agent.


Please fill out the bug report form on the addon's site (https://www.downloadhub.cloud/2023/01/user-agent.html) to report bugs.                    

Základní Informace o Rozšíření

Název User-Agent Converter User-Agent Converter
ID mbddbbpmiaolaaaibacpldhkndckndib
Oficiální URL https://chromewebstore.google.com/detail/user-agent-converter/mbddbbpmiaolaaaibacpldhkndckndib
Popis Converter between useragent strings from toolbar popup!
Velikost souboru 104 KB
Počet instalací 617
Aktuální Verze 0.3.0
Poslední Aktualizace 2023-02-06
Datum Vydání 2023-02-05
Vývojář https://www.downloadhub.cloud
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.downloadhub.cloud/2023/01/user-agent.html
URL Stránky Zásad Ochrany Soukromí https://www.downloadhub.cloud/p/privacy-policy.html
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/popup\/popup.html",
        "default_title": "User-Agent Converter"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle-default-mode": {
            "description": "Toggle default useragent",
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            }
        }
    },
    "description": "Converter between useragent strings from toolbar popup!",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/user-agent.html",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "User-Agent Converter",
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "version": "0.3.0"
}