Block Youtube Annotations
Extension blocks anoying annotations on YouTube.
ما هو Block Youtube Annotations؟
Block Youtube Annotations هو إضافة Chrome تم تطويرها بواسطة menko، والميزة الرئيسية لها هي "Extension blocks anoying annotations on YouTube.".
تحميل ملف CRX للإضافة Block Youtube Annotations
قم بتنزيل ملفات الامتداد Block Youtube Annotations بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Blocks annotations on youtube
معلومات أساسية عن التمديد
الاسم | |
ID | nheehibdemfjglnfflcgfinhciifpkhc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc |
الوصف | Extension blocks anoying annotations on YouTube. |
حجم الملف | 238 KB |
عدد التثبيتات | 213 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-10-17 |
تاريخ النشر | 2015-10-17 |
تقييم | 3.50/5 مجموع تقييمات 8 |
المطور | menko |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "initialize-content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/youtube.com\/*" ] } ], "description": "Extension blocks anoying annotations on YouTube.", "manifest_version": 2, "name": "Block Youtube Annotations", "permissions": [ "tabs", "activeTab" ], "version": "1.0.1", "web_accessible_resources": [ "inject\/*.js" ] } |