Tube comments
Enables custom disqus youtube comments
Tube commentsとは何ですか?
Tube commentsはSuriyaによって開発されたChromeの拡張機能で、その主な機能は「Enables custom disqus youtube comments」です。
拡張機能のスクリーンショット
Tube comments拡張機能のCRXファイルをダウンロード
Tube comments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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..!
拡張機能の基本情報
名前 | |
ID | ojjglcjjkhpgbelpkikcfembbacpokoc |
公式URL | https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc |
説明 | Enables custom disqus youtube comments |
ファイルサイズ | 13.4 KB |
インストール数 | 13 |
現在のバージョン | 0.1 |
最終更新日 | 2020-08-06 |
公開日 | 2020-08-06 |
開発者 | Suriya |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |