Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
ما هو Comment Hider for YouTube™؟
Comment Hider for YouTube™ هو إضافة Chrome تم تطويرها بواسطة http://heithe.com، والميزة الرئيسية لها هي "Adds a button below the video description to hide/show the comments (for YouTube™)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Comment Hider for YouTube™
قم بتنزيل ملفات الامتداد Comment Hider for YouTube™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
الوصف | Adds a button below the video description to hide/show the comments (for YouTube™) |
حجم الملف | 33.75 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 0.5 |
آخر تحديث | 2013-03-19 |
تاريخ النشر | 2013-03-19 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | http://heithe.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.heithe.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Hider for YouTube\u2122", "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)", "version": "0.5", "manifest_version": 2, "icons": { "16": "app_icon_16.png", "48": "app_icon_48.png", "128": "app_icon_128.png" }, "content_scripts": [ { "js": [ "ht_yct.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |