Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Τι είναι το Santa to Satan;
Το Santa to Satan είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Santa to Satan
Λήψη αρχείων επέκτασης Santa to Satan σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Special request from a friend--changes the word "Santa" to "Satan" to make your holiday experience better. Also will make cities in California look a lot more evil so caveat emptor.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Santa to Satan |
ID | oggeichdlekdakedbibaihfehgdckdfk |
Επίσημο URL | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
Περιγραφή | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
Μέγεθος Αρχείου | 3.62 KB |
Αριθμός Εγκαταστάσεων | 47 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2016-12-13 |
Ημερομηνία Δημοσίευσης | 2016-12-13 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Santa to Satan", "description": "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |