YouTube Skip Ads
Skip all kind of youtube ads automatically.
What is YouTube Skip Ads?
YouTube Skip Ads is a Chrome extension developed by akash.anand708, and its main feature is "Skip all kind of youtube ads automatically.".
Extension Screenshots
Download YouTube Skip Ads Extension CRX File
Download YouTube Skip Ads 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
No need to buy premium subscription to avoid ads. When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home. Sometimes long ads comes in between and you have only two options. 1. Let ads play for that long duration. Or 2. Come near to laptop and click SKIP button. Isn't it irritating. Here is the solution for this. You don't need to SKIP manually. This extension will do it for you. NOTE: This works for NON-SKIPPABLE ads also. Please try it and leave review comments.
Extension Basic Information
Name | YouTube Skip Ads |
ID | nebpcniblohdgemginackdeilpgcknmm |
Official URL | https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm |
Description | Skip all kind of youtube ads automatically. |
File Size | 6.02 KB |
Installation Count | 636 |
Current Version | 0.1 |
Last Updated | 2019-07-28 |
Publish Date | 2019-07-26 |
Rating | 4.00/5 Total 3 Ratings |
Developer | akash.anand708 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Skip Ads", "short_name": "Skip YouTube Ads", "version": "0.1", "default_locale": "en", "description": "Skip all kind of youtube ads automatically.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png", "64": "icon.png", "128": "icon.png" } } |