Anonymous Time-synced Comments for YouTube

Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.

Co to jest Anonymous Time-synced Comments for YouTube?

Anonymous Time-synced Comments for YouTube to rozszerzenie Chrome opracowane przez overyoutube.com, a jego główną funkcją jest „Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Anonymous Time-synced Comments for YouTube

Pobierz pliki rozszerzeń Anonymous Time-synced Comments for YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc                    

Podstawowe informacje o rozszerzeniu

Nazwa Anonymous Time-synced Comments for YouTube Anonymous Time-synced Comments for YouTube
ID eilhiofmofbjehnbfkgfgdjlfbancecp
Oficjalny URL https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp
Opis Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Rozmiar pliku 2.41 MB
Liczba instalacji 19
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2019-10-18
Data Publikacji 2019-10-17
Ocena 4.92/5 Łącznie 13 Oceny
Deweloper overyoutube.com
Typ Płatności free
Strona Rozszerzenia https://overyoutube.com
Obsługiwane Języki 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"
        ]
    }
}