Herp Derp for YouTube™

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

Herp Derp for YouTube™란 무엇입니까?

Herp Derp for YouTube™은(는) https://www.tannr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Significantly improves YouTube comments by replacing them with random herps and derps."입니다.

확장 프로그램 스크린샷

screenshot

Herp Derp for YouTube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 URL 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"
            ]
        }
    ]
}