Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
ما هو Youtube - Noise Control؟
Youtube - Noise Control هو إضافة Chrome تم تطويرها بواسطة Anders Moberg، والميزة الرئيسية لها هي "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…".
تحميل ملف CRX للإضافة Youtube - Noise Control
قم بتنزيل ملفات الامتداد Youtube - Noise Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | kibcpalpaedgigdjphcplmeligepkiem | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem | 
| الوصف | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… | 
| حجم الملف | 3.3 KB | 
| عدد التثبيتات | 51 | 
| النسخة الحالية | 0.11 | 
| آخر تحديث | 2016-12-14 | 
| تاريخ النشر | 2016-12-14 | 
| تقييم | 5.00/5 مجموع تقييمات 4 | 
| المطور | Anders Moberg | 
| نوع الدفع | free | 
| موقع الإضافة | http://a-moberg.com/ | 
| عنوان صفحة المساعدة | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube - Noise Control",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}  |  |