No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
Vad är No Youtube Studio Comment Widget?
No Youtube Studio Comment Widget är en Chrome-tillägg utvecklad av RetroBoyDev, och dess huvudfunktion är "Remove the last comment widget from youtube studio".
Tilläggsskärmbilder
Ladda ner No Youtube Studio Comment Widget-förlängningens CRX-fil
Ladda ner No Youtube Studio Comment Widget-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Remove the last comments widget from the youtube studio dashboard Grundläggande Information om Tillägg
| Namn | |
| ID | gpdhpiginbghlgogopajjfmiggodhbee |
| Officiell webbadress | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
| Beskrivning | Remove the last comment widget from youtube studio |
| Filstorlek | 43.39 KB |
| Antal Installationer | 11,963 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-05-10 |
| Publiceringsdatum | 2023-05-09 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | RetroBoyDev |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://bit.ly/retro-privacy |
| Stödda Språk | 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"
}
} | |