Youtube Recommendations Blocker
Extension blocks recommended video from main page. Расширение блокирует рекомендуемые видео на главной странице youtube.
What is Youtube Recommendations Blocker?
Youtube Recommendations Blocker is a Chrome extension developed by Romkaq, and its main feature is "Extension blocks recommended video from main page. Расширение блокирует рекомендуемые видео на главной странице youtube.".
Extension Screenshots
Download Youtube Recommendations Blocker Extension CRX File
Download Youtube Recommendations Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension blocks recommended video from main page. Расширение блокирует рекомендуемые видео на главной странице youtube.
Extension Basic Information
Name | |
ID | jdahbggmppkhgodphlfkligojhmkfhjm |
Official URL | https://chromewebstore.google.com/detail/youtube-recommendations-b/jdahbggmppkhgodphlfkligojhmkfhjm |
Description | Extension blocks recommended video from main page. Расширение блокирует рекомендуемые видео на главной странице youtube. |
File Size | 6.62 KB |
Installation Count | 52 |
Current Version | 2.0 |
Last Updated | 2021-11-14 |
Publish Date | 2021-06-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Romkaq |
[email protected] | |
Payment Type | free |
Extension Website | https://vk.com/rqdev |
Help Page URL | https://vk.com/rqdev |
Privacy Policy Page URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Recommendations Blocker", "description": "", "version": "2.0", "icons": { "128": "icon128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/www.youtube.com\/" ] } ] } |