Henry's Dislike Buttonator
We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…
Τι είναι το Henry's Dislike Buttonator;
Το Henry's Dislike Buttonator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον henrywarren04, και η κύρια λειτουργία του είναι "We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Henry's Dislike Buttonator
Λήψη αρχείων επέκτασης Henry's Dislike Buttonator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More features to come, such as some formatting fixes and faster loading times. Created by yours truly in an all-nighter. This might break in the future, but I truly hope that we can enjoy (or not enjoy – to your disliking of course) the dislike button's legacy while it sticks around. Features: 1. Full like count is back now! 2. So is full dislike count! 3. Oh yeah, the dislikes are visible! PS: I wanted to name it the "Dislike Button-Inator" but that's too hard to say. You can call it that if you wish. And if you could please credit me if you see this extension being used anywhere or if you use it in a video. I will stop typing now. - Henry Warren
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fbfcaeaajddbocgeoncomnhfdabeddcn |
Επίσημο URL | https://chrome.google.com/webstore/detail/henrys-dislike-buttonator/fbfcaeaajddbocgeoncomnhfdabeddcn |
Περιγραφή | We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More… |
Μέγεθος Αρχείου | 58.6 KB |
Αριθμός Εγκαταστάσεων | 120 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2021-11-24 |
Ημερομηνία Δημοσίευσης | 2021-11-24 |
Αξιολόγηση | 2.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | henrywarren04 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Henry's Dislike Buttonator", "version": "0.1", "icons": { "16": "icon16.jpg", "48": "icon48.jpg", "128": "icon128.jpg" }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "jquery.js", "content.js" ] } ] } |