God to FSM

Translate religious texts to actually reveal The Truth

ما هو God to FSM؟

God to FSM هو إضافة Chrome تم تطويرها بواسطة http://daniguardiola.me، والميزة الرئيسية لها هي "Translate religious texts to actually reveal The Truth".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة God to FSM

قم بتنزيل ملفات الامتداد God to FSM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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:\/\/*\/"
    ]
}