Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Vad är Anonymous Time-synced Comments for YouTube?
Anonymous Time-synced Comments for YouTube är en Chrome-tillägg utvecklad av overyoutube.com, och dess huvudfunktion är "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".
Tilläggsskärmbilder
Ladda ner Anonymous Time-synced Comments for YouTube-förlängningens CRX-fil
Ladda ner Anonymous Time-synced Comments for YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
Grundläggande Information om Tillägg
Namn | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
Officiell webbadress | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
Beskrivning | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
Filstorlek | 2.41 MB |
Antal Installationer | 19 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2019-10-18 |
Publiceringsdatum | 2019-10-17 |
Betyg | 4.92/5 Totalt 13 Betyg |
Utvecklare | overyoutube.com |
Betalningssätt | free |
Tilläggswebbplats | https://overyoutube.com |
Stödda Språk | 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" ] } } |