God to FSM

Translate religious texts to actually reveal The Truth

Cos'è God to FSM?

God to FSM è un'estensione di Chrome sviluppata da http://daniguardiola.me, e la sua funzione principale è "Translate religious texts to actually reveal The Truth".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione God to FSM

Scarica i file di estensione God to FSM 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

                        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]                    

Informazioni di Base sull'Estensione

Nome God to FSM God to FSM
ID edadgbfdoimjdnkgijfokcihfdaadhej
URL Ufficiale https://chrome.google.com/webstore/detail/god-to-fsm/edadgbfdoimjdnkgijfokcihfdaadhej
Descrizione Translate religious texts to actually reveal The Truth
Dimensione del File 19.12 KB
Conteggio Installazioni 38
Versione Corrente 1.0
Ultimo Aggiornamento 2015-04-21
Data di Pubblicazione 2015-04-21
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore http://daniguardiola.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}