mySkip
Extension for automatically skipping video ads and closing banner ads on YouTube
What is mySkip?
mySkip is a Chrome extension developed by thedaviddelta, and its main feature is "Extension for automatically skipping video ads and closing banner ads on YouTube".
Extension Screenshots
Download mySkip Extension CRX File
Download mySkip 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
This extension is basically formed by a simple script that uses an observer to detect and skip/close any new ad (video or banner) on a YouTube video.
Extension Basic Information
Name | mySkip |
ID | ohmcfchlgaajmendoliochefcnbhdibb |
Official URL | https://chromewebstore.google.com/detail/myskip/ohmcfchlgaajmendoliochefcnbhdibb |
Description | Extension for automatically skipping video ads and closing banner ads on YouTube |
File Size | 7.14 KB |
Installation Count | 263 |
Current Version | 1.2 |
Last Updated | 2020-03-04 |
Publish Date | 2020-03-03 |
Developer | thedaviddelta |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mySkip", "description": "Extension for automatically skipping video ads and closing banner ads on YouTube", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "main.js" ] } ], "icons": { "128": "icon.png" } } |