Shoutout To Simpleflips.
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Τι είναι το Shoutout To Simpleflips.;
Το Shoutout To Simpleflips. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yoshiquest, και η κύρια λειτουργία του είναι "Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shoutout To Simpleflips.
Λήψη αρχείων επέκτασης Shoutout To Simpleflips. σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the text it can find with "Shoutout to Simpleflips." Please note that the extension can't always find all of the text (especially noticable on twitter). It still works for most websites though, including Youtube, Reddit, and even Stack Overflow!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bbhbadaidmbhkdipoipcinggbcgllggi |
Επίσημο URL | https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi |
Περιγραφή | Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the… |
Μέγεθος Αρχείου | 101 KB |
Αριθμός Εγκαταστάσεων | 31 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2016-08-08 |
Ημερομηνία Δημοσίευσης | 2016-08-07 |
Αξιολόγηση | 4.91/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | yoshiquest |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoutout To Simpleflips.", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "shoutout_to_simpleflips.js", "content.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |