God to FSM

Translate religious texts to actually reveal The Truth

什么是God to FSM?

God to FSM是由http://daniguardiola.me开发的Chrome扩展程序,该扩展的主要功能是“Translate religious texts to actually reveal The Truth”。

扩展截图

screenshot
screenshot

下载God to FSM扩展crx文件

下载God to FSM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/"
    ]
}