Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
What is Autoskip for YouTube 2.0?
Autoskip for YouTube 2.0 is a Chrome extension developed by office, and its main feature is "Automatically skips the YouTube ads. 🚫".
Extension Screenshots
Download Autoskip for YouTube 2.0 Extension CRX File
Download Autoskip for YouTube 2.0 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
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played. ✨ Features ✨ 1. Works on Youtube. 2. Could be combined with general-purpose ad blockers to block the ads altogether. This extension will auto-skip the ads to improve your YouTube experience.
Extension Basic Information
Name | Autoskip for YouTube 2.0 |
ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
Official URL | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
Description | Automatically skips the YouTube ads. 🚫 |
File Size | 8.18 KB |
Installation Count | 137 |
Current Version | 1.0 |
Last Updated | 2023-03-25 |
Publish Date | 2023-03-24 |
Rating | 4.00/5 Total 4 Ratings |
Developer | office |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip for YouTube 2.0", "version": "1.0", "icons": { "128": "icon_128.png" }, "description": "Automatically skips the YouTube ads. \ud83d\udeab", "content_scripts": [ { "matches": [ "https:\/\/*.YouTube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 3 } |