YouTube Recommendation Decliner
Declines video recommendations from YouTube to help lessen procrastination.
YouTube Recommendation Decliner क्या है?
YouTube Recommendation Decliner Anders Steen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Declines video recommendations from YouTube to help lessen procrastination."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Recommendation Decliner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hides videos that are considered recommended videos. This includes the YouTube home and trending pages, as well as the related videos appearing below or to the side of video playback. Recommended videos appearing after videos are also declined. Searches, subscriptions, history, library and channels are unaffected. The point is to get the recommended videos out of sight, in order to decrease the risk of users getting stuck clicking on recommended videos for hours.
एक्सटेंशन की मूल जानकारी
नाम | YouTube Recommendation Decliner |
ID | feoddkggeangnmgoomlcdldcffoidake |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-recommendation-de/feoddkggeangnmgoomlcdldcffoidake |
विवरण | Declines video recommendations from YouTube to help lessen procrastination. |
फ़ाइल का आकार | 18.43 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-12-14 |
प्रकाशन तिथि | 2020-03-11 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Anders Steen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Recommendation Decliner", "short_name": "YT Decliner", "version": "1.1.0", "manifest_version": 2, "description": "Declines video recommendations from YouTube to help lessen procrastination.", "icons": { "16": "\/images\/icon_16.png", "128": "\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": true, "js": [ "\/js\/contentScript.js" ] } ], "browser_action": { "default_icon": "\/images\/icon_128.png", "default_popup": "\/html\/popup.html" }, "permissions": [ "storage", "tabs" ] } |