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 henrywarren04 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Henry's Dislike Buttonator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |