YouTube Comment Deleter

Clear your YouTube comment history

YouTube Comment Deleter là gì?

YouTube Comment Deleter là một tiện ích mở rộng Chrome được phát triển bởi ian-campbell, và tính năng chính của nó là "Clear your YouTube comment history".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Comment Deleter

Tải xuống các tệp mở rộng YouTube Comment Deleter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
URL Chính Thức https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
Mô tả Clear your YouTube comment history
Kích Thước Tệp 70.04 KB
Số Lần Cài Đặt 1,546
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2022-01-22
Ngày Phát Hành 2019-10-02
Đánh Giá 4.64/5 Tổng số 59 Đánh Giá
Nhà Phát Triển ian-campbell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ian-campbell/Erasure
URL Trang Trợ Giúp https://github.com/ian-campbell/Erasure
Ngôn Ngữ Được Hỗ Trợ 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
}