Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Wat is Anonymous Time-synced Comments for YouTube?
Anonymous Time-synced Comments for YouTube is een Chrome-extensie ontwikkeld door overyoutube.com, en de belangrijkste functie is "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anonymous Time-synced Comments for YouTube
Download Anonymous Time-synced Comments for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
Basisinformatie over de Extensie
Naam | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
Officiële URL | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
Beschrijving | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
Bestandsgrootte | 2.41 MB |
Aantal Installaties | 19 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-10-18 |
Publicatiedatum | 2019-10-17 |
Beoordeling | 4.92/5 Totaal 13 Beoordelingen |
Ontwikkelaar | overyoutube.com |
Betalingswijze | free |
Extensiewebsite | https://overyoutube.com |
Ondersteunde Talen | 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" ] } } |