No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
什麼是No Youtube Studio Comment Widget?
No Youtube Studio Comment Widget是由RetroBoyDev開發的Chrome擴展程式,該擴展的主要功能是“Remove the last comment widget from youtube studio”。
擴展截圖
下載No Youtube Studio Comment Widget擴展crx文件
下載No Youtube Studio Comment Widget擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove the last comments widget from the youtube studio dashboard
擴展基本資訊
名稱 | No Youtube Studio Comment Widget |
ID | gpdhpiginbghlgogopajjfmiggodhbee |
官方網址 | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
簡介 | Remove the last comment widget from youtube studio |
檔案大小 | 43.39 KB |
安裝次數 | 11,963 |
目前版本 | 1.0 |
更新時間 | 2023-05-10 |
上架時間 | 2023-05-09 |
評分 | 5.00/5 共 5 次評分 |
開發者 | RetroBoyDev |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://bit.ly/retro-privacy |
支援的語言 | 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" } } |