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
官方網址 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
電子郵箱 [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"
    }
}