YouTube Comment Deleter

Clear your YouTube comment history

What is YouTube Comment Deleter?

YouTube Comment Deleter is a Chrome extension developed by ian-campbell, and its main feature is "Clear your YouTube comment history".

Extension Screenshots

screenshot

Download YouTube Comment Deleter Extension CRX File

Download YouTube Comment Deleter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
Official URL https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
Description Clear your YouTube comment history
File Size 70.04 KB
Installation Count 1,546
Current Version 2.1.1
Last Updated 2022-01-22
Publish Date 2019-10-02
Rating 4.64/5 Total 59 Ratings
Developer ian-campbell
Email [email protected]
Payment Type free
Extension Website https://github.com/ian-campbell/Erasure
Help Page URL https://github.com/ian-campbell/Erasure
Supported Languages 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
}