Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Was ist Anonymous Time-synced Comments for YouTube?
Anonymous Time-synced Comments for YouTube ist eine Chrome-Erweiterung, die von overyoutube.com entwickelt wurde, und ihr Hauptmerkmal ist "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".
Erweiterungsscreenshots
Anonymous Time-synced Comments for YouTube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anonymous Time-synced Comments for YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
Grundlegende Informationen zur Erweiterung
Name | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
Offizielle URL | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
Beschreibung | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
Dateigröße | 2.41 MB |
Installationsanzahl | 19 |
Aktuelle Version | 2.1 |
Letztes Update | 2019-10-18 |
Veröffentlichungsdatum | 2019-10-17 |
Bewertung | 4.92/5 Insgesamt 13 Bewertungen |
Entwickler | overyoutube.com |
Zahlungsart | free |
Erweiterungswebsite | https://overyoutube.com |
Unterstützte Sprachen | 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" ] } } |