Tube comments

Enables custom disqus youtube comments

Qu'est-ce que Tube comments ?

Tube comments est une extension Chrome développée par Suriya, et sa fonction principale est "Enables custom disqus youtube comments".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tube comments

Téléchargez les fichiers d'extension Tube comments 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

                        If you ever faced "Comments are turned off"  on any Youtube videos don't worry you can still comment using this chrome extension via Disqus comments community from the same youtube page itself cool right..!                    

Informations de Base sur l'Extension

Nom Tube comments Tube comments
ID ojjglcjjkhpgbelpkikcfembbacpokoc
URL Officiel https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc
Description Enables custom disqus youtube comments
Taille du Fichier 13.4 KB
Nombre d'Installations 13
Version Actuelle 0.1
Dernière Mise à Jour 2020-08-06
Date de Publication 2020-08-06
Développeur Suriya
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tube comments",
    "description": "Enables custom disqus youtube comments",
    "version": "0.1",
    "icons": {
        "16": "comment.png",
        "48": "comment.png",
        "128": "comment.png"
    },
    "browser_action": {
        "default_icon": "comment.png",
        "default_popup": "content.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}