God to FSM
Translate religious texts to actually reveal The Truth
Co to jest God to FSM?
God to FSM to rozszerzenie Chrome opracowane przez http://daniguardiola.me, a jego główną funkcją jest „Translate religious texts to actually reveal The Truth”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia God to FSM
Pobierz pliki rozszerzeń God to FSM w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | edadgbfdoimjdnkgijfokcihfdaadhej |
Oficjalny URL | https://chrome.google.com/webstore/detail/god-to-fsm/edadgbfdoimjdnkgijfokcihfdaadhej |
Opis | Translate religious texts to actually reveal The Truth |
Rozmiar pliku | 19.12 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-04-21 |
Data Publikacji | 2015-04-21 |
Ocena | 4.89/5 Łącznie 9 Oceny |
Deweloper | http://daniguardiola.me |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/" ] } |