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.”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Anonymous Time-synced Comments for YouTube Anonymous Time-synced Comments for YouTube
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"
        ]
    }
}