Herp Derp for YouTube™

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

Vad är Herp Derp for YouTube™?

Herp Derp for YouTube™ är en Chrome-tillägg utvecklad av https://www.tannr.com, och dess huvudfunktion är "Significantly improves YouTube comments by replacing them with random herps and derps.".

Tilläggsskärmbilder

screenshot

Ladda ner Herp Derp for YouTube™-förlängningens CRX-fil

Ladda ner Herp Derp for YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Herp Derp for YouTube™ Herp Derp for YouTube™
ID ioomnmgjblnnolpdgdhebainmfbipjoh
Officiell webbadress https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh
Beskrivning Significantly improves YouTube comments by replacing them with random herps and derps.
Filstorlek 12.01 KB
Antal Installationer 6,546
Aktuell Version 1.6.10
Senast Uppdaterad 2019-08-18
Publiceringsdatum 2019-08-18
Betyg 4.78/5 Totalt 510 Betyg
Utvecklare https://www.tannr.com
Betalningssätt free
Tilläggswebbplats https://www.tannr.com/herp-derp-youtube-comments/
Hjälpsida URL https://twitter.com/tannerstokes
Stödda Språk 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"
            ]
        }
    ]
}