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 |
官方網址 | 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 } |