Herp Derp for YouTube™

Significantly improves YouTube comments by replacing them with random herps and derps.

ما هو Herp Derp for YouTube™؟

Herp Derp for YouTube™ هو إضافة Chrome تم تطويرها بواسطة https://www.tannr.com، والميزة الرئيسية لها هي "Significantly improves YouTube comments by replacing them with random herps and derps.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Herp Derp for YouTube™

قم بتنزيل ملفات الامتداد Herp Derp for YouTube™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        I loathe YouTube comments. Here’s a simple browser extension to convert them to ‘herp derp’. If you insist on reading the original (which is highly discouraged), click the comment.                    

معلومات أساسية عن التمديد

الاسم Herp Derp for YouTube™ Herp Derp for YouTube™
ID ioomnmgjblnnolpdgdhebainmfbipjoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh
الوصف Significantly improves YouTube comments by replacing them with random herps and derps.
حجم الملف 12.01 KB
عدد التثبيتات 6,546
النسخة الحالية 1.6.10
آخر تحديث 2019-08-18
تاريخ النشر 2019-08-18
تقييم 4.78/5 مجموع تقييمات 510
المطور https://www.tannr.com
نوع الدفع free
موقع الإضافة https://www.tannr.com/herp-derp-youtube-comments/
عنوان صفحة المساعدة https://twitter.com/tannerstokes
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Herp Derp for YouTube\u2122",
    "version": "1.6.10",
    "homepage_url": "https:\/\/www.tannr.com",
    "description": "Significantly improves YouTube comments by replacing them with random herps and derps.",
    "icons": {
        "48": "herp48.png",
        "128": "herp128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}