YouTube Watch without Playlist

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

Apa itu YouTube Watch without Playlist?

YouTube Watch without Playlist adalah ekstensi Chrome yang dikembangkan oleh Joel Henke, dan fitur utamanya adalah "This extension allows videos from playlists to be watched without the playlist view.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Watch without Playlist

Unduh file ekstensi YouTube Watch without Playlist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama YouTube Watch without Playlist YouTube Watch without Playlist
ID hemfmfgfgaohilndfehheengjlgmkhlo
URL Resmi https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo
Deskripsi This extension allows videos from playlists to be watched without the playlist view.
Ukuran File 438 KB
Jumlah Instalasi 153
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-02-16
Tanggal Publikasi 2020-02-16
Penilaian 4.63/5 Total 8 Penilaian
Pengembang Joel Henke
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}