FSMify

Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.

Wat is FSMify?

FSMify is een Chrome-extensie ontwikkeld door memesoundboard.com, en de belangrijkste functie is "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FSMify

Download FSMify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FSMify FSMify
ID fgkifhfhbmcophcoolkccobigjhgccgi
Officiële URL https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi
Beschrijving Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Bestandsgrootte 5.06 MB
Aantal Installaties 21
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-12-08
Publicatiedatum 2017-12-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar memesoundboard.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.randommemes.website/
Ondersteunde Talen 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"
        }
    ]
}