Twitter Verified Account Sunglasses
This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
Τι είναι το Twitter Verified Account Sunglasses;
Το Twitter Verified Account Sunglasses είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.icze4r.org, και η κύρια λειτουργία του είναι "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitter Verified Account Sunglasses
Λήψη αρχείων επέκτασης Twitter Verified Account Sunglasses σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tired of seeing Twitter Verified account checkmarks? This turns the checkmarks into a brown poop emoji.
You're welcome.
By the way: the full 'code' (it's mostly just CSS) for this is available on my Github: https://github.com/icze4r/TwitterSunglasses
You can just download that and install it using the instructions there, if you want. Just giving you everything so you can avoid a bamboozle.
Note: this isn't gonna work for TweetDeck, but I've provided instructions on how you can do it yourself in TweetDeck: https://github.com/icze4r/TwitterSunglasses/blob/master/tweetdeck-instructions.md Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ajgilddapndgbmniliponchegglobphm |
| Επίσημο URL | https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm |
| Περιγραφή | This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0 |
| Μέγεθος Αρχείου | 34.73 KB |
| Αριθμός Εγκαταστάσεων | 75 |
| Τρέχουσα Έκδοση | 0.1.0 |
| Τελευταία Ενημέρωση | 2017-06-16 |
| Ημερομηνία Δημοσίευσης | 2017-06-16 |
| Αξιολόγηση | 4.50/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | https://www.icze4r.org |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitter Verified Account Sunglasses",
"version": "0.1.0",
"description": "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js",
"background.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |