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:\/\/*\/" ] } |