YouTube Annotation Toggle
Adds a button that allows you to turn off and on the annotations on Youtube videos
ما هو YouTube Annotation Toggle؟
YouTube Annotation Toggle هو إضافة Chrome تم تطويرها بواسطة https://www.ivoilic.com، والميزة الرئيسية لها هي "Adds a button that allows you to turn off and on the annotations on Youtube videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Annotation Toggle
قم بتنزيل ملفات الامتداد YouTube Annotation Toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sometimes you just want to watch a music video without those annoying annotations popping up and ruining your enjoyment. This extension add button to the toolbar of YouTube videos that allows you to toggle annotations on and off. Please report any missed annotation or problems. Future update will include the ability to have annotations hidden by default.
معلومات أساسية عن التمديد
الاسم | YouTube Annotation Toggle |
ID | nhhfmndchldoleopaobhmdbdaafaolhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-annotation-toggle/nhhfmndchldoleopaobhmdbdaafaolhb |
الوصف | Adds a button that allows you to turn off and on the annotations on Youtube videos |
حجم الملف | 42.02 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-04-08 |
تاريخ النشر | 2015-04-08 |
تقييم | 3.25/5 مجموع تقييمات 4 |
المطور | https://www.ivoilic.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Ivo Ili\u0107", "name": "YouTube Annotation Toggle", "description": "Adds a button that allows you to turn off and on the annotations on Youtube videos", "version": "1.1", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "content_scripts": [ { "css": [ "annotation-toggle.css" ], "js": [ "jquery-2.1.3.min.js", "annotation-toggle.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ] } |