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ファイルをダウンロード

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
Eメール [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"
}