Remove Youtube Annotations
Removes annotations from YouTube
ما هو Remove Youtube Annotations؟
Remove Youtube Annotations هو إضافة Chrome تم تطويرها بواسطة joelakuhn، والميزة الرئيسية لها هي "Removes annotations from YouTube".
تحميل ملف CRX للإضافة Remove Youtube Annotations
قم بتنزيل ملفات الامتداد Remove Youtube Annotations بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Removes annotations from YouTube videos.
معلومات أساسية عن التمديد
الاسم | |
ID | mpnljnkkbeeckfphjlnjjgahfpmgcbib |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib |
الوصف | Removes annotations from YouTube |
حجم الملف | 8.66 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-02-13 |
تاريخ النشر | 2017-02-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | joelakuhn |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Youtube Annotations", "version": "1.0.0", "manifest_version": 2, "description": "Removes annotations from YouTube", "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |