Shorts Deflector

Seamlessly play YouTube Shorts with the normal desktop interface

Shorts Deflector란 무엇입니까?

Shorts Deflector은(는) Attituding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamlessly play YouTube Shorts with the normal desktop interface"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Shorts Deflector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}