Grimacing to Pain Peko Smiling
Replaces all grimaces with pain peko smiles.
Was ist Grimacing to Pain Peko Smiling?
Grimacing to Pain Peko Smiling ist eine Chrome-Erweiterung, die von reducedto21 entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all grimaces with pain peko smiles.".
Erweiterungsscreenshots
Grimacing to Pain Peko Smiling-Erweiterungs-CRX-Datei herunterladen
Laden Sie Grimacing to Pain Peko Smiling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Grimacing to Pain Peko Smiling |
ID | djhpmgghdlgjbokjbbfjkgafnfdpglbj |
Offizielle URL | https://chromewebstore.google.com/detail/grimacing-to-pain-peko-sm/djhpmgghdlgjbokjbbfjkgafnfdpglbj |
Beschreibung | Replaces all grimaces with pain peko smiles. |
Dateigröße | 58.04 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-12-08 |
Veröffentlichungsdatum | 2022-12-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | reducedto21 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |