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 |
官方網址 | 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" ] } } |