FSMify
Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Cos'è FSMify?
FSMify è un'estensione di Chrome sviluppata da memesoundboard.com, e la sua funzione principale è "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FSMify
Scarica i file di estensione FSMify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Changes:
God, Jesus Christ, Allah, Yahweh -> The Flying Spaghetti Monster
OMG -> OMFSM
Amen -> R'amen
Ramadan -> Ramendan
Passover -> Pastover
Hello, Hi, Hey -> Ahoy
Christmas -> ChriFSMas Informazioni di Base sull'Estensione
| Nome | |
| ID | fgkifhfhbmcophcoolkccobigjhgccgi |
| URL Ufficiale | https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi |
| Descrizione | Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text. |
| Dimensione del File | 5.06 MB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2017-12-08 |
| Data di Pubblicazione | 2017-12-08 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | memesoundboard.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.randommemes.website/ |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FSMify",
"description": "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.",
"version": "1.0.2",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"script.js"
],
"run_at": "document_end"
}
]
} | |