Anonymous Time-synced Comments for YouTube

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

Apa itu Anonymous Time-synced Comments for YouTube?

Anonymous Time-synced Comments for YouTube adalah ekstensi Chrome yang dikembangkan oleh overyoutube.com, dan fitur utamanya adalah "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Anonymous Time-synced Comments for YouTube

Unduh file ekstensi Anonymous Time-synced Comments for YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Anonymous Time-synced Comments for YouTube Anonymous Time-synced Comments for YouTube
ID eilhiofmofbjehnbfkgfgdjlfbancecp
URL Resmi https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp
Deskripsi Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Ukuran File 2.41 MB
Jumlah Instalasi 19
Versi Saat Ini 2.1
Terakhir Diperbarui 2019-10-18
Tanggal Publikasi 2019-10-17
Penilaian 4.92/5 Total 13 Penilaian
Pengembang overyoutube.com
Tipe Pembayaran free
Situs Ekstensi https://overyoutube.com
Bahasa yang Didukung 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"
        ]
    }
}