Cloud-Things To Butt
Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Τι είναι το Cloud-Things To Butt;
Το Cloud-Things To Butt είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.patik.com, και η κύρια λειτουργία του είναι "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cloud-Things To Butt
Λήψη αρχείων επέκτασης Cloud-Things To Butt σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts". Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt Source code: https://github.com/patik/cloud-things-to-butt
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cloud-Things To Butt |
ID | ooaniklefhdgbcefegledhggifcbionf |
Επίσημο URL | https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf |
Περιγραφή | Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'. |
Μέγεθος Αρχείου | 3.96 KB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2014-02-15 |
Ημερομηνία Δημοσίευσης | 2014-02-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://www.patik.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://patik.com/code/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud-Things To Butt", "version": "1.2.0", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.", "short_name": "Cloud-Things To Butt", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cloud-things-to-butt.user.js" ], "run_at": "document_end" } ] } |