FSMify
Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
What is FSMify?
FSMify is a Chrome extension developed by memesoundboard.com, and its main feature is "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".
Extension Screenshots
Download FSMify Extension CRX File
Download FSMify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | fgkifhfhbmcophcoolkccobigjhgccgi |
| Official URL | https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi |
| Description | Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text. |
| File Size | 5.06 MB |
| Installation Count | 21 |
| Current Version | 1.0.2 |
| Last Updated | 2017-12-08 |
| Publish Date | 2017-12-08 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | memesoundboard.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.randommemes.website/ |
| Supported Languages | 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"
}
]
} | |