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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
        }
    ]
}  |  |