Grimacing to Pain Peko Smiling

Replaces all grimaces with pain peko smiles.

Grimacing to Pain Peko Smiling란 무엇입니까?

Grimacing to Pain Peko Smiling은(는) reducedto21에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces all grimaces with pain peko smiles."입니다.

확장 프로그램 스크린샷

screenshot

Grimacing to Pain Peko Smiling 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension automatically searches every webpage for instances of "grimace", "grimacing", and "grimaced" then intelligently replaces them with conjugations of "pain peko smiling". 

Borne out of a silly tweet written by @Kitty_Mama_TV:
https://twitter.com/Kitty_Mama_TV/status/1600346684235468800
Much love <3

I do not own or make profit out of the likeness of Usada Pekora of Hololive under Cover Corp.                    

확장 프로그램 기본 정보

이름 Grimacing to Pain Peko Smiling Grimacing to Pain Peko Smiling
ID djhpmgghdlgjbokjbbfjkgafnfdpglbj
공식 URL https://chromewebstore.google.com/detail/grimacing-to-pain-peko-sm/djhpmgghdlgjbokjbbfjkgafnfdpglbj
설명 Replaces all grimaces with pain peko smiles.
파일 크기 58.04 KB
설치 횟수 34
현재 버전 1.0
최근 업데이트 2022-12-08
출시 날짜 2022-12-08
평점 5.00/5 총 1 개의 평점
개발자 reducedto21
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grimacing to Pain Peko Smiling",
    "short_name": "Pain Peko Smiling",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Replaces all grimaces with pain peko smiles.",
    "author": "Reto Fever",
    "icons": {
        "16": "images\/pain-peko-16.png",
        "32": "images\/pain-peko-32.png",
        "48": "images\/pain-peko-48.png",
        "128": "images\/pain-peko-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}