Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Hvad er Anonymous Time-synced Comments for YouTube?
Anonymous Time-synced Comments for YouTube er en Chrome-udvidelse udviklet af overyoutube.com, og dens hovedfunktion er "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".
Udvidelsesskærmbilleder
Download Anonymous Time-synced Comments for YouTube-udvidelses-CRX-fil
Download Anonymous Time-synced Comments for YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
Officiel URL | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
Beskrivelse | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
Filstørrelse | 2.41 MB |
Antal Installationer | 19 |
Nuværende Version | 2.1 |
Senest Opdateret | 2019-10-18 |
Udgivelsesdato | 2019-10-17 |
Bedømmelse | 4.92/5 Samlet 13 Bedømmelser |
Udvikler | overyoutube.com |
Betalingsmetode | free |
Udvidelseswebsted | https://overyoutube.com |
Understøttede Sprog | 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" ] } } |