Tube comments

Enables custom disqus youtube comments

Cos'è Tube comments?

Tube comments è un'estensione di Chrome sviluppata da Suriya, e la sua funzione principale è "Enables custom disqus youtube comments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tube comments

Scarica i file di estensione Tube comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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..!                    

Informazioni di Base sull'Estensione

Nome Tube comments Tube comments
ID ojjglcjjkhpgbelpkikcfembbacpokoc
URL Ufficiale https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc
Descrizione Enables custom disqus youtube comments
Dimensione del File 13.4 KB
Conteggio Installazioni 13
Versione Corrente 0.1
Ultimo Aggiornamento 2020-08-06
Data di Pubblicazione 2020-08-06
Sviluppatore Suriya
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}