No Youtube Studio Comment Widget

Remove the last comment widget from youtube studio

Qu'est-ce que No Youtube Studio Comment Widget ?

No Youtube Studio Comment Widget est une extension Chrome développée par RetroBoyDev, et sa fonction principale est "Remove the last comment widget from youtube studio".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension No Youtube Studio Comment Widget

Téléchargez les fichiers d'extension No Youtube Studio Comment Widget au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Remove the last comments widget from the youtube studio dashboard                    

Informations de Base sur l'Extension

Nom No Youtube Studio Comment Widget No Youtube Studio Comment Widget
ID gpdhpiginbghlgogopajjfmiggodhbee
URL Officiel https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee
Description Remove the last comment widget from youtube studio
Taille du Fichier 43.39 KB
Nombre d'Installations 11,963
Version Actuelle 1.0
Dernière Mise à Jour 2023-05-10
Date de Publication 2023-05-09
Évaluation 5.00/5 Total 5 Évaluations
Développeur RetroBoyDev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://bit.ly/retro-privacy
Langues Prises en Charge 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"
    }
}