Return YouTube Dislike Count™
Show Youtube Dislike Count Again!
Return YouTube Dislike Count™ क्या है?
Return YouTube Dislike Count™ w3technic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Youtube Dislike Count Again!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Return YouTube Dislike Count™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Returns dislikes and ratio back to YouTube This extension returns dislikes and a ratio back to YouTube for those who have been censored by Google in their experiment - Added dislike count - Added ratio - Added detailed information [likes/dislikes]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | khilmfjhfhdigjjeajfofflkehemimkn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/return-youtube-dislike-co/khilmfjhfhdigjjeajfofflkehemimkn |
विवरण | Show Youtube Dislike Count Again! |
फ़ाइल का आकार | 20.63 KB |
स्थापना संख्या | 3,794 |
वर्तमान संस्करण | 2.0.0.2 |
अंतिम अपडेट | 2021-12-15 |
प्रकाशन तिथि | 2021-12-12 |
रेटिंग | 3.28/5 कुल 29 रेटिंग्स |
डेवलपर | w3technic |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.w3technic.com/free-chrome-extensions/return-youtube-dislike-count-chrome-extension/ |
सहायता पृष्ठ URL | https://www.w3technic.com/free-chrome-extensions/return-youtube-dislike-count-chrome-extension/ |
गोपनीयता नीति पृष्ठ URL | https://w3technic.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Return YouTube Dislike Count\u2122", "description": "Show Youtube Dislike Count Again!", "version": "2.0.0.2", "manifest_version": 3, "background": { "service_worker": "ryd.background.js" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "ryd.content-script.js", "ryd.tools.js", "\/init\/init.js" ], "css": [ "content-style.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "ryd.script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ] } |