YouTube++

This extension shows the publishing or uploading date of related youtube videos in sidebar.

Apa itu YouTube++?

YouTube++ adalah ekstensi Chrome yang dikembangkan oleh divyum, dan fitur utamanya adalah "This extension shows the publishing or uploading date of related youtube videos in sidebar.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube++

Unduh file ekstensi YouTube++ 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

                        Ever wondered if you could get the published date of related videos without even opening the videos in youtube, here is an extension which will solve this for you.                    

Informasi Dasar Ekstensi

Nama YouTube++ YouTube++
ID mbaflkdlneldejanggphlhcepncjfaco
URL Resmi https://chromewebstore.google.com/detail/youtube++/mbaflkdlneldejanggphlhcepncjfaco
Deskripsi This extension shows the publishing or uploading date of related youtube videos in sidebar.
Ukuran File 229 KB
Jumlah Instalasi 2,716
Versi Saat Ini 2.3.2
Terakhir Diperbarui 2019-11-12
Tanggal Publikasi 2019-11-11
Penilaian 3.77/5 Total 52 Penilaian
Pengembang divyum
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube++",
    "short_name": "YTD",
    "description": "This extension shows the publishing or uploading date of related youtube videos in sidebar.",
    "version": "2.3.2",
    "icons": {
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "image\/loader_gif.gif"
    ]
}