YouTube Watch without Playlist

This extension allows videos from playlists to be watched without the playlist view.

YouTube Watch without Playlistとは何ですか?

YouTube Watch without PlaylistはJoel Henkeによって開発されたChromeの拡張機能で、その主な機能は「This extension allows videos from playlists to be watched without the playlist view.」です。

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

screenshot
screenshot
screenshot

YouTube Watch without Playlist拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
公式URL https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo
説明 This extension allows videos from playlists to be watched without the playlist view.
ファイルサイズ 438 KB
インストール数 153
現在のバージョン 1.2
最終更新日 2020-02-16
公開日 2020-02-16
評価 4.63/5 合計 8 レビュー
開発者 Joel Henke
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Watch without Playlist",
    "version": "1.2",
    "description": "This extension allows videos from playlists to be watched without the playlist view.",
    "author": "Joel Henke",
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "addbuttons.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "addbuttons.js",
        "xhrmonitor.js"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}