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」です。
拡張機能のスクリーンショット
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]
拡張機能の基本情報
名前 | |
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 |
Eメール | [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:\/\/*\/" ] } |