Shorts Deflector

Seamlessly play YouTube Shorts with the normal desktop interface

Shorts Deflectorคืออะไร?

Shorts Deflector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Attituding และคุณลักษณะหลักของมันคือ "Seamlessly play YouTube Shorts with the normal desktop interface"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shorts Deflector

ดาวน์โหลดไฟล์ส่วนขยาย Shorts Deflector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Why does clicking on a YouTube Short on a desktop bring up the mobile-optimized interface? With no video scrubbing, harder to access comments, less accessible view count, and more, it makes no sense to use on a desktop.

Shorts Deflector is an extension that allows you to seamlessly watch YouTube Shorts with the normal desktop interface. By using several techniques, this extension is super fast; you will barely notice the switch to the desktop viewer. Install now and try it out for yourself!

Upon install, the "Read your browsing history" permission may seem alarming, but this permission is only used to detect page updates.

Open source at https://github.com/attituding/shorts-deflector

Read more at https://attituding.github.io/shorts-deflector                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shorts Deflector Shorts Deflector
ID gilmponliddppjjcfjmanmmfgiilikhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shorts-deflector/gilmponliddppjjcfjmanmmfgiilikhg
คำอธิบาย Seamlessly play YouTube Shorts with the normal desktop interface
ขนาดไฟล์ 24.94 KB
จำนวนการติดตั้ง 5,375
เวอร์ชันปัจจุบัน 1.16.2
อัปเดตครั้งล่าสุด 2024-01-04
วันที่เผยแพร่ 2022-04-04
คะแนน 4.41/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Attituding
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://attituding.github.io/shorts-deflector
URL หน้านโยบายความเป็นส่วนตัว https://attituding.github.io/shorts-deflector/privacy
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": ".\/assets\/icon16.png",
            "48": ".\/assets\/icon48.png",
            "128": ".\/assets\/icon128.png"
        }
    },
    "author": "Attituding",
    "background": {
        "service_worker": ".\/scripts\/background\/index.js",
        "type": "module"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "shorts",
                "enabled": true,
                "path": ".\/netRequestRule.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "Shorts Deflector",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "version": "1.16.2"
}