Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Anonymous Time-synced Comments for YouTubeとは何ですか?
Anonymous Time-synced Comments for YouTubeはoveryoutube.comによって開発されたChromeの拡張機能で、その主な機能は「Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.」です。
拡張機能のスクリーンショット
Anonymous Time-synced Comments for YouTube拡張機能のCRXファイルをダウンロード
Anonymous Time-synced Comments for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
拡張機能の基本情報
名前 | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
公式URL | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
説明 | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
ファイルサイズ | 2.41 MB |
インストール数 | 19 |
現在のバージョン | 2.1 |
最終更新日 | 2019-10-18 |
公開日 | 2019-10-17 |
評価 | 4.92/5 合計 13 レビュー |
開発者 | overyoutube.com |
支払い方法 | free |
拡張機能のウェブサイト | https://overyoutube.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous Time-synced Comments for YouTube", "short_name": "overyoutube.com", "description": "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.", "version": "2.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "identity" ], "oauth2": { "client_id": "223132972673-rsltea1q13hmlkt3okva52e7ibq2eumm.apps.googleusercontent.com", "scopes": [ "email", "openid", "profile" ] } } |