Tube comments

Enables custom disqus youtube comments

Wat is Tube comments?

Tube comments is een Chrome-extensie ontwikkeld door Suriya, en de belangrijkste functie is "Enables custom disqus youtube comments".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tube comments

Download Tube comments-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

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

Basisinformatie over de Extensie

Naam Tube comments Tube comments
ID ojjglcjjkhpgbelpkikcfembbacpokoc
Officiële URL https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc
Beschrijving Enables custom disqus youtube comments
Bestandsgrootte 13.4 KB
Aantal Installaties 13
Huidige Versie 0.1
Laatst Bijgewerkt 2020-08-06
Publicatiedatum 2020-08-06
Ontwikkelaar Suriya
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}