Return Youtube Dislike Count
Returns the ability to see dislikes on the YouTube service
Return Youtube Dislike Count क्या है?
Return Youtube Dislike Count hank.ventura.1958 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Returns the ability to see dislikes on the YouTube service"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Return Youtube Dislike Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Returns the ability to see dislikes on the YouTube service
एक्सटेंशन की मूल जानकारी
नाम | Return Youtube Dislike Count |
ID | ffclgifakkkclleojomcjngkedfmhjfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl |
विवरण | Returns the ability to see dislikes on the YouTube service |
फ़ाइल का आकार | 47.12 KB |
स्थापना संख्या | 389 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2022-12-13 |
प्रकाशन तिथि | 2022-12-12 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | hank.ventura.1958 |
ईमेल | [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.7", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |