YouTube Auto Skiper

YouTube Auto Skiper - Automatically skip the ads button appears.

Wat is YouTube Auto Skiper?

YouTube Auto Skiper is een Chrome-extensie ontwikkeld door namdaik, en de belangrijkste functie is "YouTube Auto Skiper - Automatically skip the ads button appears.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Auto Skiper

Download YouTube Auto Skiper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam YouTube Auto Skiper YouTube Auto Skiper
ID clocflifoieofjffhkhelnmhjibfpihj
Officiële URL https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj
Beschrijving YouTube Auto Skiper - Automatically skip the ads button appears.
Bestandsgrootte 3.78 MB
Aantal Installaties 33
Huidige Versie 0.1.1
Laatst Bijgewerkt 2022-02-18
Publicatiedatum 2022-02-16
Ontwikkelaar namdaik
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
URL van de Privacybeleid Pagina https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Ondersteunde Talen 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"
            }
        ]
    }
}