YouTube lightweight AdBlock
The best perfomance and lightweight Youtube Ads remove extension
What is YouTube lightweight AdBlock?
YouTube lightweight AdBlock is a Chrome extension developed by Ilya Koz, and its main feature is "The best perfomance and lightweight Youtube Ads remove extension".
Extension Screenshots
Download YouTube lightweight AdBlock Extension CRX File
Download YouTube lightweight AdBlock 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
Removing is-stream videos from youtube.com
Extension Basic Information
Name | |
ID | iedeabnadclhncepibdpflejlfdnfbkk |
Official URL | https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk |
Description | The best perfomance and lightweight Youtube Ads remove extension |
File Size | 4.36 KB |
Installation Count | 107 |
Current Version | 1.0 |
Last Updated | 2021-03-17 |
Publish Date | 2021-03-17 |
Developer | Ilya Koz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube lightweight AdBlock", "version": "1.0", "description": "The best perfomance and lightweight Youtube Ads remove extension", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube.css" ], "js": [ "youtube.js" ] } ], "manifest_version": 2 } |