Show YouTube Dislikes
The extension returns the display of the counter of dislikes under the video on the YouTube service
Show YouTube Dislikes क्या है?
Show YouTube Dislikes chr0meyou123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension returns the display of the counter of dislikes under the video on the YouTube service"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Show YouTube Dislikes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension returns the display of the counter of dislikes under the video on the YouTube service
एक्सटेंशन की मूल जानकारी
नाम | Show YouTube Dislikes |
ID | ediahdpmagmodocmhlmjdndhbdalnibo |
आधिकारिक URL | https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo |
विवरण | The extension returns the display of the counter of dislikes under the video on the YouTube service |
फ़ाइल का आकार | 134 KB |
स्थापना संख्या | 61 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-01-11 |
प्रकाशन तिथि | 2023-01-10 |
डेवलपर | chr0meyou123 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,tr,es,it,pt-BR,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "content.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ] } ], "default_locale": "en", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icons\/diz128.png", "48": "icons\/diz48.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "storage" ], "version": "1.0.5", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |