Anonymous Time-synced Comments for YouTube

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

Co je Anonymous Time-synced Comments for YouTube?

Anonymous Time-synced Comments for YouTube je rozšíření Chrome vyvinuté overyoutube.com, a jeho hlavní funkcí je „Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anonymous Time-synced Comments for YouTube

Stáhněte si soubory rozšíření Anonymous Time-synced Comments for YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Anonymous Time-synced Comments for YouTube Anonymous Time-synced Comments for YouTube
ID eilhiofmofbjehnbfkgfgdjlfbancecp
Oficiální URL https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp
Popis Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Velikost souboru 2.41 MB
Počet instalací 19
Aktuální Verze 2.1
Poslední Aktualizace 2019-10-18
Datum Vydání 2019-10-17
Hodnocení 4.92/5 Celkem 13 Hodnocení
Vývojář overyoutube.com
Typ Platby free
Webové stránky Rozšíření https://overyoutube.com
Podporované Jazyky 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"
        ]
    }
}