Rotation UserAgent

This is an extension that switches UserAgent by screen orientation.

ما هو Rotation UserAgent؟

Rotation UserAgent هو إضافة Chrome تم تطويرها بواسطة developer.waieight.، والميزة الرئيسية لها هي "This is an extension that switches UserAgent by screen orientation.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rotation UserAgent

قم بتنزيل ملفات الامتداد Rotation UserAgent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Rotation UserAgent Rotation UserAgent
ID dfdlefmnkhhldonofabphkhdecnkphop
عنوان URL الرسمي https://chromewebstore.google.com/detail/rotation-useragent/dfdlefmnkhhldonofabphkhdecnkphop
الوصف This is an extension that switches UserAgent by screen orientation.
حجم الملف 9.63 KB
عدد التثبيتات 444
النسخة الحالية 0.0.0.5
آخر تحديث 2023-06-27
تاريخ النشر 2021-05-12
المطور developer.waieight.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://waieight.hatenablog.jp/
عنوان صفحة سياسة الخصوصية https://waieight.hatenablog.jp/entry/2021/03/23/180238
اللغات المدعومة 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"
    }
}