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 |
Eメール | [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 } |