Hot take to What's up
Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Τι είναι το Hot take to What's up;
Το Hot take to What's up είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".
Λήψη αρχείου CRX της επέκτασης Hot take to What's up
Λήψη αρχείων επέκτασης Hot take to What's up σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | achhodbdjjjajcfflmemhgoaeelodmei |
Επίσημο URL | https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei |
Περιγραφή | Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon. |
Μέγεθος Αρχείου | 5.5 KB |
Αριθμός Εγκαταστάσεων | 134 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2016-03-21 |
Ημερομηνία Δημοσίευσης | 2016-03-21 |
Αξιολόγηση | 4.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hot take to What's up", "version": "0.1", "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.", "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "overrides.js" ] } ] } |