Rotation UserAgent

This is an extension that switches UserAgent by screen orientation.

Co je Rotation UserAgent?

Rotation UserAgent je rozšíření Chrome vyvinuté developer.waieight., a jeho hlavní funkcí je „This is an extension that switches UserAgent by screen orientation.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rotation UserAgent

Stáhněte si soubory rozšíření Rotation UserAgent 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í

                        Click the icon on the toolbar to set the user agent.                    

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

Název Rotation UserAgent Rotation UserAgent
ID dfdlefmnkhhldonofabphkhdecnkphop
Oficiální URL https://chromewebstore.google.com/detail/rotation-useragent/dfdlefmnkhhldonofabphkhdecnkphop
Popis This is an extension that switches UserAgent by screen orientation.
Velikost souboru 9.63 KB
Počet instalací 444
Aktuální Verze 0.0.0.5
Poslední Aktualizace 2023-06-27
Datum Vydání 2021-05-12
Vývojář developer.waieight.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://waieight.hatenablog.jp/
URL Stránky Zásad Ochrany Soukromí https://waieight.hatenablog.jp/entry/2021/03/23/180238
Podporované Jazyky en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rotation UserAgent",
    "version": "1.0.0.5",
    "version_name": "0.0.0.5",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Rotation UserAgent",
        "default_popup": "\/html\/options.html"
    }
}