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文件

下载Grimacing to Pain Peko Smiling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        }
    ]
}