Grimacing to Pain Peko Smiling
Replaces all grimaces with pain peko smiles.
Hvad er Grimacing to Pain Peko Smiling?
Grimacing to Pain Peko Smiling er en Chrome-udvidelse udviklet af reducedto21, og dens hovedfunktion er "Replaces all grimaces with pain peko smiles.".
Udvidelsesskærmbilleder
Download Grimacing to Pain Peko Smiling-udvidelses-CRX-fil
Download Grimacing to Pain Peko Smiling-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | djhpmgghdlgjbokjbbfjkgafnfdpglbj |
| Officiel URL | https://chromewebstore.google.com/detail/grimacing-to-pain-peko-sm/djhpmgghdlgjbokjbbfjkgafnfdpglbj |
| Beskrivelse | Replaces all grimaces with pain peko smiles. |
| Filstørrelse | 58.04 KB |
| Antal Installationer | 34 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-12-08 |
| Udgivelsesdato | 2022-12-08 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | reducedto21 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |