YouTube Comment Deleter

Clear your YouTube comment history

YouTube Comment Deleter란 무엇입니까?

YouTube Comment Deleter은(는) ian-campbell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear your YouTube comment history"입니다.

확장 프로그램 스크린샷

screenshot

YouTube Comment Deleter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 YouTube Comment Deleter YouTube Comment Deleter
ID lkhceldiinefjkocccdmpgheheeddfmb
공식 URL https://chromewebstore.google.com/detail/youtube-comment-deleter/lkhceldiinefjkocccdmpgheheeddfmb
설명 Clear your YouTube comment history
파일 크기 70.04 KB
설치 횟수 1,546
현재 버전 2.1.1
최근 업데이트 2022-01-22
출시 날짜 2019-10-02
평점 4.64/5 총 59 개의 평점
개발자 ian-campbell
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ian-campbell/Erasure
도움말 페이지 URL https://github.com/ian-campbell/Erasure
지원되는 언어 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
}