God to FSM

Translate religious texts to actually reveal The Truth

O que é God to FSM?

God to FSM é uma extensão do Chrome desenvolvida por http://daniguardiola.me, e sua principal característica é "Translate religious texts to actually reveal The Truth".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão God to FSM

Baixe arquivos de extensão God to FSM 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

                        Click to translate religious texts to show The Truth of our Lord the Flying Spaghetti Monster!

See these obviously true reviews:
"wow m8 dats g8 I r8 8/8" - Albert Einstein
"What is this f*cking sh*t?" - My mom
"We didn't review this, you're lying!" - Techcrunch

Example sites to try it and have fun:
- https://www.wikiwand.com/en/Existence_of_God
- http://www.conservapedia.com/God
- http://www.wikihow.com/Defend-a-Belief-in-the-Existence-of-God

This... is... opensource!!!! https://github.com/DaniGuardiola/GodToFSM

Follow me: @DaniMGuardiola
Stalk me: [email protected]                    

Informações Básicas da Extensão

Nome God to FSM God to FSM
ID edadgbfdoimjdnkgijfokcihfdaadhej
URL Oficial https://chrome.google.com/webstore/detail/god-to-fsm/edadgbfdoimjdnkgijfokcihfdaadhej
Descrição Translate religious texts to actually reveal The Truth
Tamanho do Arquivo 19.12 KB
Contagem de Instalações 38
Versão Atual 1.0
Última Atualização 2015-04-21
Data de Publicação 2015-04-21
Classificação 4.89/5 Total de 9 Avaliações
Desenvolvedor http://daniguardiola.me
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "God to FSM",
    "description": "Translate religious texts to actually reveal The Truth",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "God to FSM"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}