Grimacing to Pain Peko Smiling
Replaces all grimaces with pain peko smiles.
Vad är Grimacing to Pain Peko Smiling?
Grimacing to Pain Peko Smiling är en Chrome-tillägg utvecklad av reducedto21, och dess huvudfunktion är "Replaces all grimaces with pain peko smiles.".
Tilläggsskärmbilder
Ladda ner Grimacing to Pain Peko Smiling-förlängningens CRX-fil
Ladda ner Grimacing to Pain Peko Smiling-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | djhpmgghdlgjbokjbbfjkgafnfdpglbj |
| Officiell webbadress | https://chromewebstore.google.com/detail/grimacing-to-pain-peko-sm/djhpmgghdlgjbokjbbfjkgafnfdpglbj |
| Beskrivning | Replaces all grimaces with pain peko smiles. |
| Filstorlek | 58.04 KB |
| Antal Installationer | 34 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-12-08 |
| Publiceringsdatum | 2022-12-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | reducedto21 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |