Anonymous Time-synced Comments for YouTube

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

Cos'è Anonymous Time-synced Comments for YouTube?

Anonymous Time-synced Comments for YouTube è un'estensione di Chrome sviluppata da overyoutube.com, e la sua funzione principale è "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anonymous Time-synced Comments for YouTube

Scarica i file di estensione Anonymous Time-synced Comments for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Anonymous Time-synced Comments for YouTube Anonymous Time-synced Comments for YouTube
ID eilhiofmofbjehnbfkgfgdjlfbancecp
URL Ufficiale https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp
Descrizione Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Dimensione del File 2.41 MB
Conteggio Installazioni 19
Versione Corrente 2.1
Ultimo Aggiornamento 2019-10-18
Data di Pubblicazione 2019-10-17
Valutazione 4.92/5 Totale 13 Valutazioni
Sviluppatore overyoutube.com
Tipo di Pagamento free
Sito Web dell'Estensione https://overyoutube.com
Lingue Supportate 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"
        ]
    }
}