Herp Derp for YouTube™

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

Apa itu Herp Derp for YouTube™?

Herp Derp for YouTube™ adalah ekstensi Chrome yang dikembangkan oleh https://www.tannr.com, dan fitur utamanya adalah "Significantly improves YouTube comments by replacing them with random herps and derps.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Herp Derp for YouTube™

Unduh file ekstensi Herp Derp for YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Herp Derp for YouTube™ Herp Derp for YouTube™
ID ioomnmgjblnnolpdgdhebainmfbipjoh
URL Resmi https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh
Deskripsi Significantly improves YouTube comments by replacing them with random herps and derps.
Ukuran File 12.01 KB
Jumlah Instalasi 6,546
Versi Saat Ini 1.6.10
Terakhir Diperbarui 2019-08-18
Tanggal Publikasi 2019-08-18
Penilaian 4.78/5 Total 510 Penilaian
Pengembang https://www.tannr.com
Tipe Pembayaran free
Situs Ekstensi https://www.tannr.com/herp-derp-youtube-comments/
URL Halaman Bantuan https://twitter.com/tannerstokes
Bahasa yang Didukung 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"
            ]
        }
    ]
}