God to FSM

Translate religious texts to actually reveal The Truth

Qu'est-ce que God to FSM ?

God to FSM est une extension Chrome développée par http://daniguardiola.me, et sa fonction principale est "Translate religious texts to actually reveal The Truth".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension God to FSM

Téléchargez les fichiers d'extension God to FSM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom God to FSM God to FSM
ID edadgbfdoimjdnkgijfokcihfdaadhej
URL Officiel https://chrome.google.com/webstore/detail/god-to-fsm/edadgbfdoimjdnkgijfokcihfdaadhej
Description Translate religious texts to actually reveal The Truth
Taille du Fichier 19.12 KB
Nombre d'Installations 38
Version Actuelle 1.0
Dernière Mise à Jour 2015-04-21
Date de Publication 2015-04-21
Évaluation 4.89/5 Total 9 Évaluations
Développeur http://daniguardiola.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/"
    ]
}