Disrupt to Bullshit
Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page.
Τι είναι το Disrupt to Bullshit;
Το Disrupt to Bullshit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rtharrington, και η κύρια λειτουργία του είναι "Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Disrupt to Bullshit
Λήψη αρχείων επέκτασης Disrupt to Bullshit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Disrupt to Bullshit replaces various versions of the word 'disrupt' with various versions of the word 'bullshit,' in all websites. It is inspired by the plugins Cloud To Butt and Cloud To Butt Plus. Disrupt to Bullshit is not a commentary on any particular company or any particular theory of business cycles. (For both sides of the debate over the latter, see http://nyr.kr/1qTvSmd and http://buswk.co/1plFUv3.) Rather, Disrupt to Bullshit is offered for the entertainment of those who wish to install it in the privacy of their own browser, in the hope that they may be able to take full advantage of the comedic opportunities afforded to us all by the over-saturation of the word 'disrupt.' https://github.com/richardharrington/disrupt-to-bullshit
Βασικές Πληροφορίες Επέκτασης
Όνομα | Disrupt to Bullshit |
ID | mahaemfhlcjficbbkbpmkbhhenfnikcf |
Επίσημο URL | https://chromewebstore.google.com/detail/disrupt-to-bullshit/mahaemfhlcjficbbkbpmkbhhenfnikcf |
Περιγραφή | Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page. |
Μέγεθος Αρχείου | 21.6 KB |
Αριθμός Εγκαταστάσεων | 55 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2022-03-09 |
Ημερομηνία Δημοσίευσης | 2014-07-08 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | rtharrington |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/richardharrington/disrupt-to-bullshit |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disrupt to Bullshit", "short_name": "D2B", "version": "1.0.6", "description": "Replaces various forms of the word 'disrupt' with various forms of the word 'bullshit,' in every web page.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "match_about_blank": true, "js": [ "disrupt_to_bullshit_rules.js", "walk_text_nodes.js", "create_verb_converter.js", "content_script.js" ], "all_frames": true } ] } |