4chan color users
Colors all posts made by user in a thread
Τι είναι το 4chan color users;
Το 4chan color users είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mike, και η κύρια λειτουργία του είναι "Colors all posts made by user in a thread".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 4chan color users
Λήψη αρχείων επέκτασης 4chan color users σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension makes it possible to identify the individual users in a thread. When in a thread on 4chan you can click on the ID on the top of the post and all the posts by that ID will be colored a randomly generated color. Click again to change the color if you don't like the first one.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 4chan color users |
ID | beipdekhhnnblckcejbbppjpggbemdda |
Επίσημο URL | https://chromewebstore.google.com/detail/4chan-color-users/beipdekhhnnblckcejbbppjpggbemdda |
Περιγραφή | Colors all posts made by user in a thread |
Μέγεθος Αρχείου | 58 KB |
Αριθμός Εγκαταστάσεων | 101 |
Τρέχουσα Έκδοση | 1.12 |
Τελευταία Ενημέρωση | 2012-05-17 |
Ημερομηνία Δημοσίευσης | 2012-05-17 |
Αξιολόγηση | 3.40/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Mike |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "4chan color users", "version": "1.12", "description": "Colors all posts made by user in a thread", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/boards.4chan.org\/*", "https:\/\/boards.4chan.org\/*" ], "js": [ "jquery.js", "contentscript.js" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |