Remove YouTube Recommended Video 2024
Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
Hvad er Remove YouTube Recommended Video 2024?
Remove YouTube Recommended Video 2024 er en Chrome-udvidelse udviklet af zakirullahkhan6269, og dens hovedfunktion er "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)".
Udvidelsesskærmbilleder
Download Remove YouTube Recommended Video 2024-udvidelses-CRX-fil
Download Remove YouTube Recommended Video 2024-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Download the Extension This Extension will Hide all YouTube distraction just on one click. Only video player will be shown to you. * Click on the extension icon * Click on the YouTube icon to open YouTube (If not open) * Click on the (ON & OFF) button to use extension features. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
Grundlæggende oplysninger om udvidelsen
Navn | Remove YouTube Recommended Video 2024 |
ID | ickohbpkcokghhopdfbhaoiakgpkekkh |
Officiel URL | https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh |
Beskrivelse | Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other) |
Filstørrelse | 6.29 MB |
Antal Installationer | 31 |
Nuværende Version | 1.3 |
Senest Opdateret | 2024-02-24 |
Udgivelsesdato | 2023-07-27 |
Bedømmelse | 4.43/5 Samlet 7 Bedømmelser |
Udvikler | zakirullahkhan6269 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube Recommended Video 2024", "short_name": "EAYRV", "version": "1.3", "manifest_version": 3, "description": "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "EAYRV", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" } } |