Grimacing to Pain Peko Smiling

Replaces all grimaces with pain peko smiles.

What is Grimacing to Pain Peko Smiling?

Grimacing to Pain Peko Smiling is a Chrome extension developed by reducedto21, and its main feature is "Replaces all grimaces with pain peko smiles.".

Extension Screenshots

screenshot

Download Grimacing to Pain Peko Smiling Extension CRX File

Download Grimacing to Pain Peko Smiling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Grimacing to Pain Peko Smiling Grimacing to Pain Peko Smiling
ID djhpmgghdlgjbokjbbfjkgafnfdpglbj
Official URL https://chromewebstore.google.com/detail/grimacing-to-pain-peko-sm/djhpmgghdlgjbokjbbfjkgafnfdpglbj
Description Replaces all grimaces with pain peko smiles.
File Size 58.04 KB
Installation Count 34
Current Version 1.0
Last Updated 2022-12-08
Publish Date 2022-12-08
Rating 5.00/5 Total 1 Ratings
Developer reducedto21
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}