God to FSM

Translate religious texts to actually reveal The Truth

Wat is God to FSM?

God to FSM is een Chrome-extensie ontwikkeld door http://daniguardiola.me, en de belangrijkste functie is "Translate religious texts to actually reveal The Truth".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie God to FSM

Download God to FSM-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

                        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]                    

Basisinformatie over de Extensie

Naam God to FSM God to FSM
ID edadgbfdoimjdnkgijfokcihfdaadhej
Officiële URL https://chrome.google.com/webstore/detail/god-to-fsm/edadgbfdoimjdnkgijfokcihfdaadhej
Beschrijving Translate religious texts to actually reveal The Truth
Bestandsgrootte 19.12 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2015-04-21
Publicatiedatum 2015-04-21
Beoordeling 4.89/5 Totaal 9 Beoordelingen
Ontwikkelaar http://daniguardiola.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}