YouTube Comment Deleter

Clear your YouTube comment history

Apa itu YouTube Comment Deleter?

YouTube Comment Deleter adalah ekstensi Chrome yang dikembangkan oleh ian-campbell, dan fitur utamanya adalah "Clear your YouTube comment history".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Comment Deleter

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

                        Erase your YouTube comment history. Simply add to Chrome, open the extension, navigate to your comment history page, and then clear your comment history slow and steady.

Opinions and code contributions welcome at https://github.com/ian-campbell/Erasure/discussions/                    

Informasi Dasar Ekstensi

Nama YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
URL Resmi https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
Deskripsi Clear your YouTube comment history
Ukuran File 70.04 KB
Jumlah Instalasi 1,546
Versi Saat Ini 2.1.1
Terakhir Diperbarui 2022-01-22
Tanggal Publikasi 2019-10-02
Penilaian 4.64/5 Total 59 Penilaian
Pengembang ian-campbell
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ian-campbell/Erasure
URL Halaman Bantuan https://github.com/ian-campbell/Erasure
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Comment Deleter",
    "version": "2.1.1",
    "description": "Clear your YouTube comment history",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 2
}