Praise Be to Helix
Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil
Τι είναι το Praise Be to Helix;
Το Praise Be to Helix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ranneyd, και η κύρια λειτουργία του είναι "Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Praise Be to Helix
Λήψη αρχείων επέκτασης Praise Be to Helix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension replaces the word "God" (also "god") with the words "Lord Helix". It also replaces "Jesus" with "Bird Jesus" and "Satan" with "Dome Fossil". This is a ripoff of this app which is brilliant: https://chrome.google.com/webstore/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai Also, if you have not heard of Twitch Plays Pokemon yet, I pity you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Praise Be to Helix |
ID | gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Επίσημο URL | https://chromewebstore.google.com/detail/praise-be-to-helix/gonmdfngfjcldfoejpnmkeaggpnbpmlp |
Περιγραφή | Replaces the word "god" with Lord Helix and "Jesus" with Bird Jesus and "Satan" with Dome Fossil |
Μέγεθος Αρχείου | 42.73 KB |
Αριθμός Εγκαταστάσεων | 180 |
Τρέχουσα Έκδοση | 2.1 |
Τελευταία Ενημέρωση | 2014-02-25 |
Ημερομηνία Δημοσίευσης | 2014-02-24 |
Αξιολόγηση | 4.72/5 Συνολικά 36 Αξιολογήσεις |
Προγραμματιστής | ranneyd |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Replaces the word \"god\" with Lord Helix and \"Jesus\" with Bird Jesus and \"Satan\" with Dome Fossil", "manifest_version": 2, "name": "Praise Be to Helix", "version": "2.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |