Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
ما هو Turn off Youtube Comments toggle؟
Turn off Youtube Comments toggle هو إضافة Chrome تم تطويرها بواسطة Farhan، والميزة الرئيسية لها هي "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Turn off Youtube Comments toggle
قم بتنزيل ملفات الامتداد Turn off Youtube Comments toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
************ Dec 2015! Updated to work with the new Youtube UI !!!!! ************ Don't you just hate it when someone spoils a Youtube video in the comments? With this extension you can turn on/off the comments. Easily hide or show comments on youtube Works with the new youtube.com layout Please make sure to rate and review :)
معلومات أساسية عن التمديد
الاسم | Turn off Youtube Comments toggle |
ID | oknkcmcepaahofjeifofaomnlbenbpdc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
الوصف | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
حجم الملف | 43.69 KB |
عدد التثبيتات | 1,133 |
النسخة الحالية | 2.0 |
آخر تحديث | 2015-12-27 |
تاريخ النشر | 2015-12-26 |
تقييم | 3.11/5 مجموع تقييمات 63 |
المطور | Farhan |
نوع الدفع | free |
عنوان صفحة المساعدة | http://twitter.com/farhanp |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Turn off Youtube Comments toggle", "version": "2.0", "description": "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "code.js" ], "css": [ "css.css" ], "run_at": "document_end", "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ] } |