Rotation UserAgent

This is an extension that switches UserAgent by screen orientation.

Vad är Rotation UserAgent?

Rotation UserAgent är en Chrome-tillägg utvecklad av developer.waieight., och dess huvudfunktion är "This is an extension that switches UserAgent by screen orientation.".

Tilläggsskärmbilder

screenshot

Ladda ner Rotation UserAgent-förlängningens CRX-fil

Ladda ner Rotation UserAgent-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Rotation UserAgent Rotation UserAgent
ID dfdlefmnkhhldonofabphkhdecnkphop
Officiell webbadress https://chromewebstore.google.com/detail/rotation-useragent/dfdlefmnkhhldonofabphkhdecnkphop
Beskrivning This is an extension that switches UserAgent by screen orientation.
Filstorlek 9.63 KB
Antal Installationer 444
Aktuell Version 0.0.0.5
Senast Uppdaterad 2023-06-27
Publiceringsdatum 2021-05-12
Utvecklare developer.waieight.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://waieight.hatenablog.jp/
URL till Sekretesspolicy Sidan https://waieight.hatenablog.jp/entry/2021/03/23/180238
Stödda Språk 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"
    }
}