Tube comments
Enables custom disqus youtube comments
Co to jest Tube comments?
Tube comments to rozszerzenie Chrome opracowane przez Suriya, a jego główną funkcją jest „Enables custom disqus youtube comments”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tube comments
Pobierz pliki rozszerzeń Tube comments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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..!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ojjglcjjkhpgbelpkikcfembbacpokoc |
Oficjalny URL | https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc |
Opis | Enables custom disqus youtube comments |
Rozmiar pliku | 13.4 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-08-06 |
Data Publikacji | 2020-08-06 |
Deweloper | Suriya |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |