YouTube Comment Deleter

Clear your YouTube comment history

Was ist YouTube Comment Deleter?

YouTube Comment Deleter ist eine Chrome-Erweiterung, die von ian-campbell entwickelt wurde, und ihr Hauptmerkmal ist "Clear your YouTube comment history".

Erweiterungsscreenshots

screenshot

YouTube Comment Deleter-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Comment Deleter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
Offizielle URL https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
Beschreibung Clear your YouTube comment history
Dateigröße 70.04 KB
Installationsanzahl 1,546
Aktuelle Version 2.1.1
Letztes Update 2022-01-22
Veröffentlichungsdatum 2019-10-02
Bewertung 4.64/5 Insgesamt 59 Bewertungen
Entwickler ian-campbell
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ian-campbell/Erasure
Hilfeseite URL https://github.com/ian-campbell/Erasure
Unterstützte Sprachen 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
}