Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
ما هو Anonymous Time-synced Comments for YouTube؟
Anonymous Time-synced Comments for YouTube هو إضافة Chrome تم تطويرها بواسطة overyoutube.com، والميزة الرئيسية لها هي "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Anonymous Time-synced Comments for YouTube
قم بتنزيل ملفات الامتداد Anonymous Time-synced Comments for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
معلومات أساسية عن التمديد
الاسم | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
الوصف | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
حجم الملف | 2.41 MB |
عدد التثبيتات | 19 |
النسخة الحالية | 2.1 |
آخر تحديث | 2019-10-18 |
تاريخ النشر | 2019-10-17 |
تقييم | 4.92/5 مجموع تقييمات 13 |
المطور | overyoutube.com |
نوع الدفع | free |
موقع الإضافة | https://overyoutube.com |
اللغات المدعومة | 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" ] } } |