Tube comments
Enables custom disqus youtube comments
Co je Tube comments?
Tube comments je rozšíření Chrome vyvinuté Suriya, a jeho hlavní funkcí je „Enables custom disqus youtube comments“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tube comments
Stáhněte si soubory rozšíření Tube comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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..!
Základní Informace o Rozšíření
Název | |
ID | ojjglcjjkhpgbelpkikcfembbacpokoc |
Oficiální URL | https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc |
Popis | Enables custom disqus youtube comments |
Velikost souboru | 13.4 KB |
Počet instalací | 13 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2020-08-06 |
Datum Vydání | 2020-08-06 |
Vývojář | Suriya |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |