Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Τι είναι το Some Rich Asshole Enhanced;
Το Some Rich Asshole Enhanced είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gibberishexercise, και η κύρια λειτουργία του είναι "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Some Rich Asshole Enhanced
Λήψη αρχείων επέκτασης Some Rich Asshole Enhanced σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Lovingly curated from the wit and wisdom of Scottish Twitter, Jezebel, The Root, and people of the internet generally. Plus a few from your developer's brain-recesses. We don't like Bannon either: http://wtfisastevebannon.com/ Forked, without shame, from the original Some Rich Asshole plugin: https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
Επίσημο URL | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Περιγραφή | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Μέγεθος Αρχείου | 97.16 KB |
Αριθμός Εγκαταστάσεων | 98 |
Τρέχουσα Έκδοση | 3.2.2 |
Τελευταία Ενημέρωση | 2018-01-17 |
Ημερομηνία Δημοσίευσης | 2018-01-17 |
Αξιολόγηση | 4.21/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | gibberishexercise |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://wtfisastevebannon.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole Enhanced", "version": "3.2.2", "description": "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "jquery-ui\/jquery-ui.min.js", "phrases.js", "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |