No Youtube Studio Comment Widget

Remove the last comment widget from youtube studio

Hvad er No Youtube Studio Comment Widget?

No Youtube Studio Comment Widget er en Chrome-udvidelse udviklet af RetroBoyDev, og dens hovedfunktion er "Remove the last comment widget from youtube studio".

Udvidelsesskærmbilleder

screenshot
screenshot

Download No Youtube Studio Comment Widget-udvidelses-CRX-fil

Download No Youtube Studio Comment Widget-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Remove the last comments widget from the youtube studio dashboard                    

Grundlæggende oplysninger om udvidelsen

Navn No Youtube Studio Comment Widget No Youtube Studio Comment Widget
ID gpdhpiginbghlgogopajjfmiggodhbee
Officiel URL https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee
Beskrivelse Remove the last comment widget from youtube studio
Filstørrelse 43.39 KB
Antal Installationer 11,963
Nuværende Version 1.0
Senest Opdateret 2023-05-10
Udgivelsesdato 2023-05-09
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler RetroBoyDev
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://bit.ly/retro-privacy
Understøttede Sprog 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"
    }
}