YouTubeSuperChatFilter
Superchat_membership_Sticker filter
What is YouTubeSuperChatFilter?
YouTubeSuperChatFilter is a Chrome extension developed by usa96, and its main feature is "Superchat_membership_Sticker filter".
Extension Screenshots
Download YouTubeSuperChatFilter Extension CRX File
Download YouTubeSuperChatFilter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Youtube liveのチャットで流れるスパチャ、新規メンバー、ステッカーなどを非表示にします (通常のコメントは表示されます) スパチャなどが鬱陶しいと思っている方や他人のスパチャをみると自分もスパチャをしたくなってしまうような方におすすめ☆ Hide Super Chat, membership and stickers ◆免責事項 このChrome拡張によりいかなる損失や損害などが発生しても責任を負いかねます。ご了承ください。
Extension Basic Information
Name | |
ID | ambefeaegdajamfomdgkcapghgiidekc |
Official URL | https://chromewebstore.google.com/detail/youtubesuperchatfilter/ambefeaegdajamfomdgkcapghgiidekc |
Description | Superchat_membership_Sticker filter |
File Size | 7.45 KB |
Installation Count | 213 |
Current Version | 0.0.1 |
Last Updated | 2020-11-14 |
Publish Date | 2020-11-14 |
Rating | 5.00/5 Total 6 Ratings |
Developer | usa96 |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTubeSuperChatFilter", "version": "0.0.1", "description": "Superchat_membership_Sticker filter", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "content_scripts": [ { "run_at": "document_end", "all_frames": true, "matches": [ "https:\/\/*.youtube.com\/live_chat*", "https:\/\/gaming.youtube.com\/watch*", "https:\/\/gaming.youtube.com\/channel\/*\/live" ], "js": [ "watch.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io\/; object-src 'self'", "manifest_version": 2 } |