YouTube Comment Deleter
Clear your YouTube comment history
什么是YouTube Comment Deleter?
YouTube Comment Deleter是由ian-campbell开发的Chrome扩展程序,该扩展的主要功能是“Clear your YouTube comment history”。
扩展截图
下载YouTube Comment Deleter扩展crx文件
下载YouTube Comment Deleter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |