FSMify

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

O que é FSMify?

FSMify é uma extensão do Chrome desenvolvida por memesoundboard.com, e sua principal característica é "Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FSMify

Baixe arquivos de extensão FSMify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FSMify FSMify
ID fgkifhfhbmcophcoolkccobigjhgccgi
URL Oficial https://chromewebstore.google.com/detail/fsmify/fgkifhfhbmcophcoolkccobigjhgccgi
Descrição Praise the FSM. Change words on webpages to be filled with more appropriate Pastafarian text.
Tamanho do Arquivo 5.06 MB
Contagem de Instalações 21
Versão Atual 1.0.2
Última Atualização 2017-12-08
Data de Publicação 2017-12-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor memesoundboard.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.randommemes.website/
Idiomas Suportados 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"
        }
    ]
}