Youtube View Count

Records personal view count for YouTube videos and displays it alongside aggregate view count per video.

Apa itu Youtube View Count?

Youtube View Count adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Records personal view count for YouTube videos and displays it alongside aggregate view count per video.".

Unduh Berkas CRX Ekstensi Youtube View Count

Unduh file ekstensi Youtube View Count 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

                        Records personal view count for YouTube videos and displays it alongside aggregate view count per video.                    

Informasi Dasar Ekstensi

Nama Youtube View Count Youtube View Count
ID bjlmlgdemeigjojbpmlndcdbddfijckd
URL Resmi https://chromewebstore.google.com/detail/youtube-view-count/bjlmlgdemeigjojbpmlndcdbddfijckd
Deskripsi Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
Ukuran File 3.63 KB
Jumlah Instalasi 118
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-07-23
Tanggal Publikasi 2017-07-23
Penilaian 3.00/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube View Count",
    "version": "0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}