Youtube Longs

Shows gameplay footage under Youtube videos.

Youtube Longsとは何ですか?

Youtube Longsはsimc.sambolecによって開発されたChromeの拡張機能で、その主な機能は「Shows gameplay footage under Youtube videos.」です。

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

screenshot

Youtube Longs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Do you need overstimulation? This extension adds random gameplay footage under Youtube videos that you are watching to keep you entertained!                    

拡張機能の基本情報

名前 Youtube Longs Youtube Longs
ID inajamlogoahnbliabnogbcomnbiefbb
公式URL https://chromewebstore.google.com/detail/youtube-longs/inajamlogoahnbliabnogbcomnbiefbb
説明 Shows gameplay footage under Youtube videos.
ファイルサイズ 22.01 KB
インストール数 1,935
現在のバージョン 1.1.2
最終更新日 2023-03-26
公開日 2023-02-23
評価 4.07/5 合計 27 レビュー
開発者 simc.sambolec
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Longs",
    "description": "Shows gameplay footage under Youtube videos.",
    "version": "1.1.2",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/functions.js",
                "js\/insertVideo.js"
            ],
            "css": [
                "css\/embeded.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "yt_longs.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/width-fix.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}