Anti-Short

Stop using YouTube's short video player.

Anti-Shortとは何ですか?

Anti-ShortはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Stop using YouTube's short video player.」です。

拡張機能のスクリーンショット

Anti-Short拡張機能のCRXファイルをダウンロード

Anti-Short拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer.                    

拡張機能の基本情報

名前 Anti-Short Anti-Short
ID icndfcelhhpiihkbchfakognjlcchflc
公式URL https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc
説明 Stop using YouTube's short video player.
ファイルサイズ 180 KB
インストール数 37
現在のバージョン 1.0 pre-release
最終更新日 2022-04-06
公開日 2022-04-06
評価 5.00/5 合計 1 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/stautonico/anti-short
ヘルプページのURL https://github.com/stautonico/anti-short
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti-Short",
    "version": "1.0",
    "version_name": "1.0 pre-release",
    "description": "Stop using YouTube's short video player.",
    "author": "Steve Tautonico",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}