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
官方網址 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:\/\/*\/"
    ]
}