HerpDerpTube
HerpDerp filter for YouTube comments
ما هو HerpDerpTube؟
HerpDerpTube هو إضافة Chrome تم تطويرها بواسطة Dan Orzechowski، والميزة الرئيسية لها هي "HerpDerp filter for YouTube comments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HerpDerpTube
قم بتنزيل ملفات الامتداد HerpDerpTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
looks like the original extension is back in development! awesome! please use that one instead of this one since it works on more browsers. It's found here: https://chrome.google.com/webstore/detail/ioomnmgjblnnolpdgdhebainmfbipjoh https://github.com/twstokes/herpderp thanks, and happy derping! -- Replaces Youtube comment text with "herp derp" as a sanity-preserving measure. Click on each comment to restore its original text.
معلومات أساسية عن التمديد
الاسم | |
ID | kjfnijmpdionkaaedkcnngbfkcbknioa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa |
الوصف | HerpDerp filter for YouTube comments |
حجم الملف | 137 KB |
عدد التثبيتات | 268 |
النسخة الحالية | 1.3 |
آخر تحديث | 2016-11-20 |
تاريخ النشر | 2016-11-20 |
تقييم | 4.29/5 مجموع تقييمات 24 |
المطور | Dan Orzechowski |
نوع الدفع | free |
موقع الإضافة | https://github.com/orzechowskid/herpderptube |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HerpDerpTube", "description": "HerpDerp filter for YouTube comments", "version": "1.3", "icons": { "48": "images\/48.png", "96": "images\/96.png" }, "web_accessible_resources": [ "lib\/jquery-2.0.3.min.js", "lib\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/herpderp.js" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |