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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}