YouTube Auto Skiper

YouTube Auto Skiper - Automatically skip the ads button appears.

What is YouTube Auto Skiper?

YouTube Auto Skiper is a Chrome extension developed by namdaik, and its main feature is "YouTube Auto Skiper - Automatically skip the ads button appears.".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube Auto Skiper Extension CRX File

Download YouTube Auto Skiper 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

                        The app will automatically click skip ads on youtube after 5 seconds to skip ads in a friendly manner.
Will also remove annoying ads on pages:
shopee.vn, sendo.vn, tiki.vn, lazada.vn.

If you have any questions about the software, please contact me via email: [email protected]                    

Extension Basic Information

Name YouTube Auto Skiper YouTube Auto Skiper
ID clocflifoieofjffhkhelnmhjibfpihj
Official URL https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj
Description YouTube Auto Skiper - Automatically skip the ads button appears.
File Size 3.78 MB
Installation Count 33
Current Version 0.1.1
Last Updated 2022-02-18
Publish Date 2022-02-16
Developer namdaik
Email [email protected]
Payment Type free
Help Page URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Privacy Policy Page URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 3,
    "name": "YouTube Auto Skiper",
    "description": "YouTube Auto Skiper - Automatically skip the ads button appears.",
    "author": "Namdaik",
    "homepage_url": "http:\/\/ext-land.namdaik.com\/",
    "action": {
        "default_popup": "option.html"
    },
    "icons": {
        "128": "assets\/images\/ytskip\/logo-128x128.png",
        "16": "assets\/images\/ytskip\/logo-16x16.png",
        "32": "assets\/images\/ytskip\/logo-32x32.png",
        "64": "assets\/images\/ytskip\/logo-64x64.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/libs\/jquery.js",
                "assets\/js\/client.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.tiki.vn\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.lazada.vn\/*",
                "*:\/\/*.sendo.vn\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "activeTab"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "assets\/rules.json"
            }
        ]
    }
}