SkipAds
Utility to skip ad automatically
What is SkipAds?
SkipAds is a Chrome extension developed by Aman A. Agarwal, and its main feature is "Utility to skip ad automatically".
Download SkipAds Extension CRX File
Download SkipAds 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
- Use this extension to automatically skip ads on Youtube. It just works. - Detects a Youtube webpage and only then works in the background. - Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience - Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned. **Bug Fixes** - Now works without any need for reload.
Extension Basic Information
Name | |
ID | fmkjadgnhcdgdgllhfdimhgocdienbdm |
Official URL | https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm |
Description | Utility to skip ad automatically |
File Size | 20.26 KB |
Installation Count | 118 |
Current Version | 0.3 |
Last Updated | 2018-07-26 |
Publish Date | 2018-07-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Aman A. Agarwal |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SkipAds", "short_name": "SkipAds", "description": "Utility to skip ad automatically", "manifest_version": 2, "version": "0.3", "author": "Aman A. Agarwal", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "main.js" ], "run_at": "document_end", "all_frames": true } ] } |