AutoSkipper

So you don't have to listen to in-video sponsor announcements ever again.

What is AutoSkipper?

AutoSkipper is a Chrome extension developed by BlockchainTrio, and its main feature is "So you don't have to listen to in-video sponsor announcements ever again.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AutoSkipper Extension CRX File

Download AutoSkipper 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

                        Skip the Time Wasters

Life is too short to watch ads.

You know when you're watching a YouTube video, and they say 'this video is sponsored by...'? We don't like those either, so we created AutoSkipper - a browser extension to skip those ads.

--------

The more you skip, the smarter it gets

Our intelligent algorithm learns with every skip. When you create a skip, we store it for you. We then use this data to intelligently predict skips for videos you and everyone else is watching. In many cases, sponsorship messages are skipped automatically without requiring any intervention.

Skipping saves you time, and it helps everyone else as well.

Get it today, it's free!

--------

Tags: Youtube, Ad blocker, Ad skipper, Time saver, sponsor skipper, AutoSkipper                    

Extension Basic Information

Name AutoSkipper AutoSkipper
ID pgpbckoooplnfekbmdfkehekngkagemj
Official URL https://chrome.google.com/webstore/detail/autoskipper/pgpbckoooplnfekbmdfkehekngkagemj
Description So you don't have to listen to in-video sponsor announcements ever again.
File Size 202 KB
Installation Count 84
Current Version 1.0.135
Last Updated 2020-11-23
Publish Date 2020-11-23
Rating 3.67/5 Total 3 Ratings
Developer BlockchainTrio
Email [email protected]
Payment Type free
Extension Website http://autoskipper.com/
Help Page URL http://autoskipper.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoSkipper",
    "description": "So you don't have to listen to in-video sponsor announcements ever again.",
    "version": "1.0.135",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "activeTab",
        "tabs",
        "storage"
    ]
}