Youtube Recommend Removal
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
What is Youtube Recommend Removal?
Youtube Recommend Removal is a Chrome extension developed by vector.mic, and its main feature is "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!".
Download Youtube Recommend Removal Extension CRX File
Download Youtube Recommend Removal 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
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
Extension Basic Information
Name | |
ID | dijlhlnapjjambnbnochecfdobionjlf |
Official URL | https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf |
Description | Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared! |
File Size | 67.24 KB |
Installation Count | 1,000 |
Current Version | 1.0.1 |
Last Updated | 2018-06-13 |
Publish Date | 2018-06-13 |
Rating | 4.79/5 Total 109 Ratings |
Developer | vector.mic |
Payment Type | free |
Extension Website | https://sgweb.vn/ |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Recommend Removal", "version": "1.0.1", "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!", "manifest_version": 2, "icons": { "16": "images\/sgw-16x16.png", "128": "images\/sgw-128x128.png" }, "background": { "scripts": [ ".\/scripts\/index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "js": [ ".\/third-party\/jquery-3.3.1.min.js", ".\/scripts\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "images\/sgw-50x50-bw.png", "images\/sgw-50x50-gray.png" ] } |