YouTube Recommendation Decliner
Declines video recommendations from YouTube to help lessen procrastination.
Vad är YouTube Recommendation Decliner?
YouTube Recommendation Decliner är en Chrome-tillägg utvecklad av Anders Steen, och dess huvudfunktion är "Declines video recommendations from YouTube to help lessen procrastination.".
Tilläggsskärmbilder
Ladda ner YouTube Recommendation Decliner-förlängningens CRX-fil
Ladda ner YouTube Recommendation Decliner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | YouTube Recommendation Decliner |
ID | feoddkggeangnmgoomlcdldcffoidake |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-recommendation-de/feoddkggeangnmgoomlcdldcffoidake |
Beskrivning | Declines video recommendations from YouTube to help lessen procrastination. |
Filstorlek | 18.43 KB |
Antal Installationer | 15 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2020-12-14 |
Publiceringsdatum | 2020-03-11 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Anders Steen |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |