Dislike Button
Adds a dislike button to Schoology!
Dislike Button क्या है?
Dislike Button bendominedeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a dislike button to Schoology!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dislike Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Schoology is an education platform used by many schools to track assignments, classes, and provide announcements. Schoology also contains a number of text channels for communication between students and teachers. These posts and comments have a like button already, which allows users to provide positive feedback on those posts. However, noticeably absent is a button to provide negative feedback, or a dislike button. If a user wants to provide such feedback, their only recourse is to reply with a comment, which is in many cases subject to stigma and is not anonymous. This makes it very difficult, and uncommon, for users to provide any sort of constructive criticism. This extension rectifies this issue by adding a dislike button to all posts and comments. It's anonymous, but still secure. The extension allows users a risk-free way to provide their constructive, negative feedback while preventing the hurtful speech necessarily found when users are forced to comment on posts instead of simply pressing the dislike button.
एक्सटेंशन की मूल जानकारी
नाम | Dislike Button |
ID | ohdidajmhgjaeineikmdnninbfjjnihd |
आधिकारिक URL | https://chromewebstore.google.com/detail/dislike-button/ohdidajmhgjaeineikmdnninbfjjnihd |
विवरण | Adds a dislike button to Schoology! |
फ़ाइल का आकार | 165 KB |
स्थापना संख्या | 121 |
वर्तमान संस्करण | 1.0.1.0 |
अंतिम अपडेट | 2023-12-13 |
प्रकाशन तिथि | 2023-10-26 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | bendominedeveloper |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/bendomine/schoology-dislike-button-extension/blob/b3089c9a43d9287d52e1302847e6ed40274ab049/privacy%20policy.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dislike Button", "description": "Adds a dislike button to Schoology!", "version": "1.0.1.0", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "scripts\/main.js" ], "css": [ "scripts\/main.css" ], "matches": [ "https:\/\/kehillah.schoology.com\/*" ], "run-at": "document-end" } ], "web_accessible_resources": [ { "matches": [ " |