God to FSM

Translate religious texts to actually reveal The Truth

God to FSM क्या है?

God to FSM http://daniguardiola.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate religious texts to actually reveal The Truth"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में God to FSM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम God to FSM God to FSM
ID edadgbfdoimjdnkgijfokcihfdaadhej
आधिकारिक URL https://chrome.google.com/webstore/detail/god-to-fsm/edadgbfdoimjdnkgijfokcihfdaadhej
विवरण Translate religious texts to actually reveal The Truth
फ़ाइल का आकार 19.12 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-04-21
प्रकाशन तिथि 2015-04-21
रेटिंग 4.89/5 कुल 9 रेटिंग्स
डेवलपर http://daniguardiola.me
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/"
    ]
}