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 - это расширение Chrome, разработанное overyoutube.com, и его основная функция - "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Anonymous Time-synced Comments for YouTube

Скачайте файлы расширений 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"
        ]
    }
}