No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
What is No Youtube Studio Comment Widget?
No Youtube Studio Comment Widget is a Chrome extension developed by RetroBoyDev, and its main feature is "Remove the last comment widget from youtube studio".
Extension Screenshots
Download No Youtube Studio Comment Widget Extension CRX File
Download No Youtube Studio Comment Widget 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
Remove the last comments widget from the youtube studio dashboard
Extension Basic Information
Name | No Youtube Studio Comment Widget |
ID | gpdhpiginbghlgogopajjfmiggodhbee |
Official URL | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
Description | Remove the last comment widget from youtube studio |
File Size | 43.39 KB |
Installation Count | 11,963 |
Current Version | 1.0 |
Last Updated | 2023-05-10 |
Publish Date | 2023-05-09 |
Rating | 5.00/5 Total 5 Ratings |
Developer | RetroBoyDev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://bit.ly/retro-privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Youtube Studio Comment Widget", "version": "1.0", "description": "Remove the last comment widget from youtube studio", "content_scripts": [ { "run_at": "document_idle", "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |