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 là gì?
Anonymous Time-synced Comments for YouTube là một tiện ích mở rộng Chrome được phát triển bởi overyoutube.com, và tính năng chính của nó là "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anonymous Time-synced Comments for YouTube
Tải xuống các tệp mở rộng Anonymous Time-synced Comments for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
URL Chính Thức | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
Mô tả | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
Kích Thước Tệp | 2.41 MB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2019-10-18 |
Ngày Phát Hành | 2019-10-17 |
Đánh Giá | 4.92/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | overyoutube.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://overyoutube.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |