No Youtube Studio Comment Widget

Remove the last comment widget from youtube studio

Wat is No Youtube Studio Comment Widget?

No Youtube Studio Comment Widget is een Chrome-extensie ontwikkeld door RetroBoyDev, en de belangrijkste functie is "Remove the last comment widget from youtube studio".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie No Youtube Studio Comment Widget

Download No Youtube Studio Comment Widget-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Remove the last comments widget from the youtube studio dashboard                    

Basisinformatie over de Extensie

Naam No Youtube Studio Comment Widget No Youtube Studio Comment Widget
ID gpdhpiginbghlgogopajjfmiggodhbee
Officiële URL https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee
Beschrijving Remove the last comment widget from youtube studio
Bestandsgrootte 43.39 KB
Aantal Installaties 11,963
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-10
Publicatiedatum 2023-05-09
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar RetroBoyDev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://bit.ly/retro-privacy
Ondersteunde Talen 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"
    }
}