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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]
확장 프로그램 기본 정보
이름 | |
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:\/\/*\/" ] } |