DISLIKE I'll be back
An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…
DISLIKE I'll be back क्या है?
DISLIKE I'll be back WG web-products द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DISLIKE I'll be back एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select suitable videos based on dislikes. To do this, just install this extension, and it will restore the number of dissatisfied ratings for the videos. ## # In early November, YouTube underwent a major change. On the video hosting, it was decided to remove the display of the number of dislikes.
एक्सटेंशन की मूल जानकारी
नाम | DISLIKE I'll be back |
ID | jabfapildgnlaeeenmnimphihfdbljno |
आधिकारिक URL | https://chromewebstore.google.com/detail/dislike-ill-be-back/jabfapildgnlaeeenmnimphihfdbljno |
विवरण | An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select… |
फ़ाइल का आकार | 52.32 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-05-06 |
प्रकाशन तिथि | 2022-05-05 |
डेवलपर | WG web-products |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://pastebin.com/gjmUMkFN |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DISLIKE I'll be back", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "ryd.background.js" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "bundled-content-script.js" ], "css": [ "content-style.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "ryd.script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ] } |