Tube comments

Enables custom disqus youtube comments

Was ist Tube comments?

Tube comments ist eine Chrome-Erweiterung, die von Suriya entwickelt wurde, und ihr Hauptmerkmal ist "Enables custom disqus youtube comments".

Erweiterungsscreenshots

screenshot

Tube comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tube comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tube comments Tube comments
ID ojjglcjjkhpgbelpkikcfembbacpokoc
Offizielle URL https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc
Beschreibung Enables custom disqus youtube comments
Dateigröße 13.4 KB
Installationsanzahl 13
Aktuelle Version 0.1
Letztes Update 2020-08-06
Veröffentlichungsdatum 2020-08-06
Entwickler Suriya
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}