YouTube Comment Deleter

Clear your YouTube comment history

Wat is YouTube Comment Deleter?

YouTube Comment Deleter is een Chrome-extensie ontwikkeld door ian-campbell, en de belangrijkste functie is "Clear your YouTube comment history".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Comment Deleter

Download YouTube Comment Deleter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
Officiële URL https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
Beschrijving Clear your YouTube comment history
Bestandsgrootte 70.04 KB
Aantal Installaties 1,546
Huidige Versie 2.1.1
Laatst Bijgewerkt 2022-01-22
Publicatiedatum 2019-10-02
Beoordeling 4.64/5 Totaal 59 Beoordelingen
Ontwikkelaar ian-campbell
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ian-campbell/Erasure
Help Pagina-URL https://github.com/ian-campbell/Erasure
Ondersteunde Talen 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
}