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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย God to FSM
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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:\/\/*\/" ] } |